How to intall on an AS/400

 

If you don't have created a library named UTILITY on you AS/400, create one now with the following command:

CRTLIB  LIB(UTILITY)  TEXT('Utilities from AG Software')

 

Create a save file with the command CRTSAVF  FILE(Librery/Name of the save file)

 

After download the needed file, use WINZIP (or similar) to explode; then execute a copy with the FTP on the previous created save file. Once in AS/400 use the following instruction:

RSTOBJ   OBJ(*ALL)   SAVLIB(see prospect)   DEV(*SAVF)   SAVF(Librery/Name of the save file)
MBROPT(*ALL)   ALWOBJDIF(*ALL)   RSTLIB(UTILITY)

 

Once replaced the UTILITY library, insert into the Library List with the command EDTLIBL. If you wish, you can modify the system value QUSRLIBL (using the command WRKSYSVAL or CHGSYSVAL) so that after the next connection, the library UTILITY will be available.

 

For more information, please read the Documentation section