|
You can do a couple of things. If you want to have the PC initiate it, you can create a .cmd file on the PC that would initiate an FTP session to the AS/400, run the CPYTOIMPF command, and then get the newly created file. If you want to initiate it from a CL program, you could use the RUNRMTCMD (part of Client Access) command to either execute an FTP script on the PC to get the file, or execute the RTOPCB (part of Client Access file transfer) program to transfer the file. The other thing you could do would be to use NetServer to share out an IFS directory. Map a PC drive to the IFS share. Have the CPYTOIMPF write the output file to the IFS directory. You can then access the file from your PC. > -------- Original Message -------- > Subject: CL Command to transfer Text file on AS/400 to PC ? > From: "Luqman" <luqman@xxxxxxxxxxxxxxxx> > Date: Mon, November 07, 2005 2:09 am > To: midrange-l@xxxxxxxxxxxx > > I can copy/paste the Text File from AS/400 to my PC using Iseries Navigator, > how can I do this using CL Command ? > > Say, I have created a text file in AS/400 with the following command. > > CPYTOIMPF FROMFILE(ACC) TOSTMF('luq.txt') STMFCODPAG(*PCASCII) RCDDLM(*CRLF) > > Now I want to transfer this luq.txt file to my PC with a CL Command. > > Further, is it possible to create this Text File directly on my PC instead > of on AS/400, using AS/400 CL Commands ? > > Best Regards, > > Luqman > > > > > -- > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/midrange-l > or email: MIDRANGE-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.