You can use batch ftp to accomplish this automatically via a clp program running on the job scheduler.
FTP commands are:
user user-id password
cd directory-where-csv-exists
lcd as400-library
get csv-filename as400-filename (replace
quit
Last Wiki Answer Submitted: February 12, 2009 9:03 pm by SteveHildebrand30 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Hi,
To get the file from .CSV format into a physical file you can use CPYFRMIMPF.
Regards,
Martin Gilbert.