If you have CA Disk you can use the PDS2SEQ proc to unload selected members or all members to a FB80 sequential file. You can optionally imbed IEBPTPCH control statements which will help with reload.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Steve Sent: Wednesday, September 07, 2016 1:11 PM To: [email protected] Subject: Re: [EXTERNAL] Re: IEBCOPY UNLOAD There is another option but you may not like it. You can use ADRDSSU and DUMP the file to disk and then TERSE that file before you FTP it Steve -----Original Message----- From: "Nims,Alva John (Al)" <[email protected]> Sent: Wednesday, September 7, 2016 2:03pm To: [email protected] Subject: Re: [EXTERNAL] Re: IEBCOPY UNLOAD Doesn't TSO xmit also store ISPF stats, where IEBCOPY offload does not? Here is another question: Does IEBCOPY offload work with PDSe's? I believe xmit does. Al Nims Systems Admin/Programmer 3 UFIT University of Florida (352) 273-1298 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Dyck, Lionel B. (TRA) Sent: Wednesday, September 07, 2016 1:42 PM To: [email protected] Subject: Re: [EXTERNAL] Re: IEBCOPY UNLOAD TSO Transmit actually can select individual members using the MEMBERS(xxx yyy) option -------------------------------------------------------------------------- Lionel B. Dyck (TRA Contractor) Mainframe Systems Programmer Enterprise Infrastructure Support (Station 200) (005OP6.3.10) VA OI&T Service Delivery & Engineering -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Paul Gilmartin Sent: Wednesday, September 07, 2016 12:19 PM To: [email protected] Subject: [EXTERNAL] Re: IEBCOPY UNLOAD On Wed, 7 Sep 2016 17:04:28 +0000, Mosley, George wrote: > >I want to unload some PDS members (MFSGEN output, actually) into a single file >that I can keep in a PDS. > >I know that TSO XMIT does just that with the output file being PS/FB/80. > >When I execute IEBCOPY with SYSUT1 pointing to a PDS and SYSUT2 pointing to a >SEQ file (PS/FB/80), the DCB is altered to PS/VS/27936. > >What am I missing? > That's what it does. Sorry about your PDS. I don't think TRANSMIT will select multiple members. But you can IEBCOPY SELECTed members into a temporary PDS, and TRANSMIT that with INDD OUTDSN. (And it'll fix your broken PDS.) -- gil ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
