I just tried READCARD.  It munges all the lines together, it doesn't 
respect CR and LF.   This is the problem I have with Pipe READER FILE
I didn't use EXECIO 'cause I thought it was deprecated or something like 
that.





"Stracka, James (GTI)" <[EMAIL PROTECTED]>
Sent by: The IBM z/VM Operating System <[email protected]>
04/11/2007 11:28 AM
Please respond to The IBM z/VM Operating System

 
        To:     [email protected]
        cc: 
        Subject:        Re: Programmable operator working:  my bad; next 
opportunity


Try READCARD or EXECIO?
-----Original Message-----
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of 
Steve Gentry
Sent: Wednesday, April 11, 2007 11:23 AM
To: [email protected]
Subject: Re: Programmable operator working: my bad; next opportunity


I finally got the programmable operator piece working.   I'm a little 
embarrassed by my mistake.  I had a misplaced RETURN  command in the EXEC. 
I looked at the EXEC I don't know how many times and didn't see it. Do'h! 
Now my next opportunity.  I want to take the file that was placed in the 
reader and  receive it into a file (or a stem). 
To my knowledge there are at least two ways to do this. 
1) the RECEIVE command (issued from an EXEC) 
2) the Pipe READER FILE function 
both work but not the way I want. 
>From a REXX EXEC, I issue the RECEIVE command. It brings the RDR file in 
and sticks it in a file called ALL NOTEBOOK even if I specify a file_name, 
file_type, file_mode. 
>From a PIPE READER FILE function I am able to stick it in the file name, 
file type that I want but it is not formatted correctly(missing carriage 
returns and line feeds).  I looked at some examples in some IBM manuals, 
but none touch on how to format it. 
Bottom line, I want it to be in the format that the RECEIVE command does 
but I want to give it a unique file name.  The name ALL NOTEBOOK or any 
derivative there of is not an option. 
Any suggestions? 

Again, TIA, 

Steve G.

If you are not an intended recipient of this e-mail, please notify the 
sender, delete it and do not read, act upon, print, disclose, copy, retain 
or redistribute it. Click here for important additional terms relating to this 
e-mail.     http://www.ml.com/email_terms/


Reply via email to