I am trying to move a file from one folder to another on windows by writing a FTP script in RPGLE. But my file path is too long to come in one line in rpg source. Please can you let me know, how to continue the command in second line.
Software/Hardware used:
AS400 - RPGLE
ASKED:
September 30, 2009 5:06 PM
UPDATED:
June 2, 2011 12:06 AM
I am trying to get an excel spread sheet to the as400. I can use a drag drop to ifs as it will be done by different users. Is there a way to do it from the as400. I know how to cpyfrmimpf to get it off the ifs. Help
The best first step is to open a new question. This has nothing to do with the original thread.
Also, CPYFRMIMPF is intended for .CSV and similarly delimited files, not Excel spreadsheets. (However, Excel can also use .CSV and similar files to import into and out of spreadsheets.) If you actually have an Excel spreadsheet file, then CPYFRMIMPF isn’t appropriate — the POI/HSSF methods are better. Scott Klement has examples for RPG and Java.
Tom