> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Gilmartin > Sent: Wednesday, April 04, 2007 8:07 AM > To: [email protected] > Subject: Re: How to transfer PDSE libraries? > > > In a recent note, wtrovijo said: > > > Date: Wed, 4 Apr 2007 08:26:00 -0300 > > > > Have you tried ADRDSSU DUMP/RESTORE? You didn't say how far > one system is fr > > om the other, but depending on the distance you can DUMP to > a sequential dat > > aset, ftp it to remote system (binary) and then RESTORE. If > both systems are > > > Are ADRDSSU DUMP data sets FTP-able? Even more, can they be stored > and forwarded from a non-mainframe platform? I tried looking this up > in the RM, couldn't really reach a conclusion based on format > descriptions. > > -- gil
Yes. I do it all the time. Use DFDSS to dump to a file, lets call it DUMP.FILE. On your PC: ftp zos.com user password bin quote stru r get dump.file To upload ftp zos2.com user password bin quote site recfm=u lrecl=??? blksize=??? pri=?? sec=?? cylinders quote stru r put dump.file Replace the question marks with the appropriate values. For LRECL and BLKSIZE, set them the same as they were on the original DFDSS dump file. Or just use TRSMAIN to make the DFDSS file LRECL=4096 RECFM=FB. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

