Can you have CICS code in a copybook? If yes, what happens
during compilation?
Answer Posted / murugan
Hi,
We can have CICS Code on the COPYBOOK. But On this
Case, You should have the Precompiler step Prior to the
Translator and Precompiler should have the SYSLIB where
your Copybook can get expanded.
Your COPYBOOK should be as INCLUDE XXXX Member but not
directly used as COPYBOOK COPY XXXX.
My System is having like this and Successfully running
for couple of Years!!!!!!!!
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Kindly specify the pic clause for the data type of length option field type of data fields?
How to establish dynamic cursor position on a map?
How can you use dynamic calls in cics?
Explain processing program table(ppt)?
What is the eib?
Define TCT.
List out all the tables that are a part of cics ?
Explain how do you terminate an already issued delay command?
What is the type of ppt in the cics?
Differentiate between PCT and FCT.
Can you explain enq and deq used in cics?
How do you use altindxs in batch, cics programs?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Define the term mro (multi region operation)?
what is an mdt (modified data tag)? Its menaing and use?