Can you have CICS code in a copybook? If yes, what happens
during compilation?
Answer Posted / abhijit
Yes you can definitely have CICS commands in a copy book.
The prerequisite is that you need to first compile the copy
book as CICSEXEC(in case you are using endevor) type. Or
else you can compile it with any JCL that has a precompiler
step in it. Once the copy book is compiled then it can be
used in the application program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is effect on receive map when
Can you explain communication area?
What does a cics translator do?
What is the use of tdq and tsq?
Name the two types of transient data queues?
What is the eib parameter?
Define an asra abend?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
How to define a vsam file in cics getting into cics to define a vsam file.
Give certain situations where NEWCOPY is obligatory?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is dynamic transaction backout?
List out all the tables that are a part of cics ?
What are the classifications of the cics program?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?