For PDS's with load modules do the "TSO XMIT tsouser OUTDS(FLATFILE.XMI) "to create a flat file on TSO then do a BINARY FTP of that file to whereever.

If whereever is also z/OS then make sure destination dataset is either preallocated as LRECL=80,RECFM=FB,BLKSIZE=3120 or, if creating destination dataset with FTP, do a SITE LRECL=80,RECFM=FB,BLKSIZE=3120 before the PUT then do a TSO RECEIVE INDS(FLATFILE.XMI) to recreate original PDS load library. - Jim

p.s. There *MAY* be some issues if destination PDS preexists with DCB characteristics that are seriously at odds with source PDS's DCB characteristics.

----- Original Message ----- From: "Bob Shannon" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Wednesday, May 03, 2006 6:10 AM
Subject: Re: Help : FTP A PDS


>I am a new member to your board and I have heard great
things about it.  Can anybody please tell me if and how
I can FTP a whole PDS/PDSE?  I have this pds with about
39 members.  I would like to FTP them to my hard drive.

Others have responded, but I just wanted to point out that this probably
won't do what you want for load modules. It works fine for source and
JCL.

Bob Shannon

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to