If you do not have shared folder access from your PC

LANSA

If you do not have shared folder access from your PC
Install SET materials on the iSeries

Make sure that the userid you are using has adequate authority to perform imports.

First on the iSeries: Log on and create a folder with a name of your choice, for example LANSASET

Then on the PC: Open the zip file Setiseriesimport.zip and extract its contents into a directory in your PC’s hard drive, for example C:\temp. Open a MS DOS session. Change to the directory where the unzipped file is located, for example: cd temp

Sign on to FTP site - FTP XXXXXXXX (where XXXXXXXX is the name of the iSeries system or TCP/IP address) and press Enter. Type in your iSeries user id and press Enter. Type in your password and press Enter.

To send as a binary file: enter command bin and press Enter. Change to QDLS file system: enter command cd /QDLS and press Enter. Change to the folder created, for example: cd lansaset and press Enter. To send the downloaded file to the iSeries: type in command put EX007AS and press Enter. To exit: type in quit and press Enter.

Then on the iSeries: Convert the folder into a save file:

Make sure that the save file name you are about to use does not exist in the library. In the following example the shared folder is called LANSASET, the save file is called SETSAVF and the library is QGPL. Execute this command from the iSeries command line:

XFLRTOSAVF PCFILE(EX007AS) FOLDER(LANSASET) SAVEFILE(SETSAVF) LIBRARY(QGPL)

Note that the XFLRTOSAVF command is in the LANSA program library.