This is what customers use with AMATERSE to FTP their WLM Service Definition TLIB to ECUREP for me.
Nice and reliable. Cheers, Martin Sent from my iPad > On 17 Jun 2016, at 21:57, Jesse 1 Robinson <[email protected]> wrote: > > Don't overlook Alan Field's recently posted usermod that removes the hard-coded 3120 block size. But yes, XMIT with corresponding RECEIVE is a very handy way to flatten out and later re-inflate a PDS. > > . > . > . > J.O.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-302-7535 Office > [email protected] > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Cieri, Anthony > Sent: Friday, June 17, 2016 12:03 PM > To: [email protected] > Subject: (External):Re: IEBPTPCH (was: Read a PDS ...) > > The TSO Transmit command provide a very reliable (and reversible) method of converting a PDS (or PDSE ) into a sequential dataset!! > > Ex: XMIT NODE.DUMMY DA('SYS1.PARMLIB') OUTDS ('SYS1.PARMLIB.TEMP.SEQ') > > The OUTDS will be allocated with DCB parameters of LRECL=80 RECFM=FB DSORG=PS and BLKSIZE=3120. > > Tony > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Staller, Allan > Sent: Friday, June 17, 2016 1:56 PM > To: [email protected] > Subject: Re: IEBPTPCH (was: Read a PDS ...) > > Thx > > <snip> > Caution: From a retiree out of the game for 12 months.... > //job etc etc > //exec pgm=ikjeft01 > //systsprt DD dsn=your.output,disp=(new....),dcb=lrecl=I don't remember //systsin DD * > Printds hlq.your.PDS. or pdse > > > <<snip>> > Would you be willing to share? > > From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of saul anthony babonas > Sent: Thursday, June 16, 2016 11:27 PM > To: [email protected] > Subject: Re: IEBPTPCH (was: Read a PDS ...) > > I've been following this discussion with some belated interest. Years ago I cooked up something dirt simple to turn a PDS into a SD file using the TSO print command. It wasn't very elegant but it got the job done at low cost. > <</snip>> > </snip> > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN >Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
