$title

RPG Beans 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:

  1. Create a *SAVF somewhere on your AS/400 like so:
    CRTSAVF FILE(MYLIB/RPGBEANSAV) TEXT('RPGBeans *SAVF')
  2. Download the library's *SAVF to your PC.
  3. FTP the file to your AS/400. The file name on your pc will be "RPGBEANSAV.savf", so when you FTP be sure to include the ".savf" extension:
    put RPGBEANSAV.savf
  4. Restore RPGBEANLIB from the *SAVF: RSTLIB SAVLIB(RPGBEANLIB) DEV(*SAVF) SAVF(MYLIB/RPGBEANSAV) MBROPT(*ALL) ALWOBJDIF(*ALL)

The RPG Beans Library is now ready to use! Visit the Documentation page to begin using the library.