xRPG Core Library Download Instructions
NOTE: To use the library you must be running
V5R1 or greater!
To upgrade from a prior version follow the same steps below and simply restore
the library over top of itself.
To install or upgrade the library you will need the ability to FTP to your AS/400 and the
authority to execute the RSTLIB command.
Follow these steps:
- Create a *SAVF somewhere on your AS/400 like so:
CRTSAVF FILE(MYLIB/RPGNEXTSAV) TEXT('RPGNext *SAVF')
- Download the library's *SAVF to your PC.
- FTP the file to your AS/400. The file name on your pc will be "RPGNEXTSAV.savf",
so when you FTP be sure to include the ".savf" extension:
put RPGNEXTSAV.savf
- Restore RPGNEXTLIB from the *SAVF:
RSTLIB SAVLIB(RPGNEXTLIB) DEV(*SAVF) SAVF(MYLIB/RPGNEXTSAV) MBROPT(*ALL) ALWOBJDIF(*ALL)
The xRPG Core Library is now ready to use! Visit the Documentation page
to begin using the library.