I am working on tool which extract the data from physical files based on some condition and creates a .CSV file in IFS folder. I want to automate the process to get the CSV file to local Desktop and should save the file in specified location in local system.
Is there any way to open the .CSV files stored in IFS folder?
Software/Hardware used:
ASKED:
April 8, 2009 6:15 AM
UPDATED:
April 14, 2009 4:26 PM
Richapd,
One way to automate the transfer is using a FTP script to transfer the file from the IFS to a PC. You can have the script on the ISeries and run it directly from your program or have it on the PC and use the STRPCCMD to invoke the script.
If this is what you need, let me now – I can provide extra details on how to do it.
RVP400