In a recent note, Ted MacNEIL said:

> Date:         Thu, 27 Oct 2005 00:00:00 GMT
> 
> I found out that EXECIO doesn't just return with a bad RC,
> it terminates the EXEC.
> 
I haven't had that unpleasant experience.  Rather (z/OS 1.5):

 ===> rexx trace R; 'execio 1 diskr nonesuch (stem l.'; say RC

      1 *-*  'execio 1 diskr nonesuch (stem l.'
        >>>    "execio 1 diskr nonesuch (stem l."
 IRX0555E The input or output file NONESUCH is not allocated. It cannot be 
opened for I/O.
 IRX0670E EXECIO error while trying to GET or PUT a record.
        +++ RC(20) +++
        *-*  say RC
        >>>    "20"
 20
 ***

(or did I miss some context?)  (The behavior and messages are the same
even for a DDNAME token containing invalid characters.)

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to