If you are going to go to that trouble, why not replace the RECEIVE with
a pipe? I created a RDRDBLK stage long ago to detect and handle various
forms of input (Netdata, print, punch) as input. Coupled with whatever
output stages you need, you can do almost anything, even pack the files,
all with a single write.

Regards, 
Richard Schuh 

 

> -----Original Message-----
> From: The IBM z/VM Operating System 
> [mailto:[EMAIL PROTECTED] On Behalf Of Alan Altmark
> Sent: Tuesday, January 22, 2008 8:44 AM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: RECEIVE question
> 
> On Tuesday, 01/22/2008 at 11:35 EST, Fran Hensler 
> <[EMAIL PROTECTED]> wrote:
> > That's funny David because I have often wished for exactly the 
> > opposite.  When I RECEIVE PRT files from a VSE virtual 3800 
> they are 
> > always RECFM 'F' and 205 bytes even if the longest print line is 10 
> > bytes. If they were received as 'V' it would save a lot of space.
> 
> (poof)
> 
> RECEIVE with the KEEPCC option will create a V-format file 
> with carriage control intact (a la DEPRINT).  If you don't 
> like the CC character, you can post-process with a PIPE or 
> COPYFILE to remove it.
> 
> Alan Altmark
> z/VM Development
> IBM Endicott
> 

Reply via email to