I want to retrieve and save the file from AS400 to system hard disk.
1. How can i achieve this through System command prompt?
2. How can I achieve using AS400 Commands?
Software/Hardware used:
ASKED:
April 13, 2009 11:50 AM
UPDATED:
April 16, 2009 7:35 PM
I want to save the files in my local mchine harddisk ( windows environment)
Create a save file using the CRTSAVF command.
Save your files using the SAVOBJ command, or libraries using the SAVLIB command, to device *SAVF and supply the name of your save file.
ftp the save file to your windows environment. The name of the AS/400 file to put/get will be of the form “libraryname/filename.SAVF.”
Good luck,
Leo Burkett