> -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Pommier, Rex > > [ snip ] > > Now an ignorance question from me - if I have a COBOL/CICS program and do an > "EXEC CICS do something", > will the RETURN-CODE variable get set by this program call or would CICS just > return a code in the > COMMAREA (or elsewhere besides RETURN-CODE)?
I don't know about the RETURN-CODE variable, but CICS returns "all kinds" of information in the EXEC Interface Block (EIB); among which are EIBRCODE, EIBRESP and EIBRESP2. Follow this link: http://pic.dhe.ibm.com/infocenter/cicsts/v4r2/topic/com.ibm.cics.ts.applicationprogramming.doc/topics/dfhp4_eibmain.html -jc- ********************************************************************** Information contained in this e-mail message and in any attachments thereto is confidential. If you are not the intended recipient, please destroy this message, delete any copies held on your systems, notify the sender immediately, and refrain from using or disclosing all or any part of its content to any other person. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
