Probably a simple 'PIPE < dsn name a | deblock netdata | > fn ft fm' will work.
In the future, use the RECEIVE command while the file is in the reader queue. You can "RECEIVE spid" (spid is the numeric spool id) from the command line or RECEIVE / from the prefix area of RDRLIST. Regards, Richard Schuh > -----Original Message----- > From: The IBM z/VM Operating System > [mailto:ib...@listserv.uark.edu] On Behalf Of Rob van der Heij > Sent: Friday, September 25, 2009 3:17 PM > To: IBMVM@LISTSERV.UARK.EDU > Subject: Re: CMS Command to Read TSO XMITed File > > On Sat, Sep 26, 2009 at 12:10 AM, John Della Torre > <john...@internode.on.net> wrote: > > > Is there a CMS command that will allow me to read a file created on > > TSO with the XMIT .. OUTDSN(dsn_name) command? I have uploaded > > dsn_name in binary to CMS as "dsn name a1" and now I need the CMS > > version of RECEIVE INDS(dsn_name). > > > > I've looked in the archives and found NETDATA, but that > wants to look > > at my reader and not at "dsn name a1" > > If you did it in binary, you could try and punch yourself a > copy of it. And then use RECEIVE (or RDRLIST) to read it back in. > > spool pun * > pipe < dsn name a | fblock 80 | punch > spool pun * close name dsn name > > Rob >