Installation

  1. Download tifflib.exe and execute it on Windows95/98/NT to extract tifflib.savf.
  2. Create save-file on your AS/400.
  3. Connect to the AS/400 using any FTP client software.
  4. Put the distribution (tifflib.savf) to the save-file in binary mode.
  5. Restore objects from the save-file using RSTOBJ command.

Sample instruction

Create save-file on the target AS/400:

> CRTSAVF FILE(QGPL/TIFFLIB)
File TIFFLIB created in library QGPL.

Send save-file from Windows95/98/NT/2000 command prompt:

E:\>ftp your_as400_hostname
Connected to ????.
220-QTCP AT ????.
220 CONNECTION WILL CLOSE IF IDLE MORE THAN 5 MINUTES.
User (????:(none)): as400_user_id
331 ENTER PASSWORD.
Password:enter_password_for_the_user_id
230 ???? LOGGED ON.
ftp> bi
200 REPRESENTATION TYPE IS BINARY IMAGE.
ftp> put tifflib.savf qgpl/tifflib (replace
200 PORT SUBCOMMAND REQUEST SUCCESSFUL.
150 SENDING FILE TO MEMBER TIFFLIB IN FILE TIFFLIB IN LIBRARY QGPL.
250 FILE TRANSFER COMPLETED SUCCESSFULLY.
287232 bytes sent in 1.10 seconds (260.88 Kbytes/sec)
ftp> quit
221 QUIT SUBCOMMAND RECEIVED.

Go back to the 5250 session:

> DSPSAVF FILE(QGPL/TIFFLIB)
> CRTLIB LIB(TIFFLIB)
Library TIFFLIB created.
> RSTOBJ OBJ(*ALL) SAVLIB(TIFFLIB) DEV(*SAVF) SAVF(QGPL/TIFFLIB)
6 objects restored from TIFFLIB to TIFFLIB.
> STRREXPRC SRCMBR(MAKE) SRCFILE(TIFFLIB/QREXSRC) > CHGJOB CCSID(your_default_job_ccsid) > STRREXPRC SRCMBR(MAKE) SRCFILE(TIFFLIB/TIFF2PDF)

[Home]