How can this program determine whether it is running under CICS or batch? Can you suggest, in general terms, how I would approach the coding of this test? I want a single piece of program code which works correctly under both batch and CICS.
Requires Free Membership to View
If you must have a chunk of assembler code that can be used in two places, structure it as a copybook and thense include it in two other programs -- one that can be compiled for CICS and the other for batch.
If you really want some control as to which code paths are used, code the source up as an assembler macro which can take a parm of BATCH=Y or N and so, emit the different code that way.
Robert Harris
Inventor
CICS Technical Strategist -- CICS expert at Search390.com
Editor's note: Do you agree with this expert's response? If you have more to share, post it in one of our .VO7aaqqaAFk.0@/search390>discussion forums.
This was first published in April 2003
Data Center Strategies for the CIO

Join the conversationComment
Share
Comments
Results
Contribute to the conversation