>>FTP MGET seems the way to go, but my first effort yielded files with
just the member name as file name.
Using CMD you should run rename command from the PDS directory on your
work station as MGET doesn't put the file extension.
rename * *.txt
Another alternative is
Allocate a FB flat file of same LRECL as your PDS.
XMIT the PDS to the flat file using TSO XMIT command as follows.
XMIT node.userid DA('your.pds') OUTDA('your.ps')
Download the file in binary mode to your PC as a .XMI file.
Use XmitManager to view or extract the members in the file as .txt files.
Kolusu
IBM Mainframe Discussion List <[email protected]> wrote on
01/28/2015 10:54:13 AM:
> From: J O Skip Robinson <[email protected]>
> To: [email protected]
> Date: 01/28/2015 10:54 AM
> Subject: FTP MGET
> Sent by: IBM Mainframe Discussion List <[email protected]>
>
> I'm trying to pull an entire PDS to work station. FTP MGET seems the
> way to go, but my first effort yielded files with just the member
> name as file name. I want member.txt so that I can look at them
> conveniently. Can't get anything to work. Last try was this. Each
> operand is surrounded by blanks.
>
> ftp> mget -i *.* *.txt
> No members found.
> ** is not preceded or followed by a period or blank.
> ** is not preceded or followed by a period or blank.
> 200 Representation type is Ascii NonPrint
> Cannot find list of remote files.
>
> .
> .
> .
> J.O.Skip Robinson
> Southern California Edison Company
> Electric Dragon Team Paddler
> SHARE MVS Program Co-Manager
> 626-302-7535 Office
> 323-715-0595 Mobile
> [email protected]<mailto:[email protected]>
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN