30 pts.
 Retreive Document Object name from IFS folder in CL
Iam in need of idea and a CL command to retrieve all the files(STMF) from the IFS folder .

Software/Hardware used:
ASKED: March 3, 2009  1:02 PM
UPDATED: March 3, 2009  2:05 PM

Answer Wiki:
Hi, One option is to use FTP to make a list and retrieve the list as a file. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  March 3, 2009  1:47 pm  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Please involve in a discussion and find a solution and kindly inform me about the question posted by me!

 30 pts.

 

Hi,

Make FTP connection to local machine, Namefmt 1, cd to your_IFS_folder, dir * (DISK, get DIROUTPUT.

Regards,

Martin Gilbert.

 23,625 pts.