Can you have CICS code in a copybook? If yes, what happens
during compilation?
Answer Posted / manik
No, there should not any cics command in cics copy book
Because During Translation ,Translator gives two oupputs
Ther are 1.program listing as SYSPRINT
2.translated source as SYSPUNCH.
And copy books are included in the program during
compilation & afer Translation , so the exec cics commands
cannot cannot be translated & the system will not be able
to recognise those commands & will produce diagonistic
messages during compilation.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the cics commands associated with task control?
Explain the difference between physical map and symbolic map?
What is the use of the program list table?
Explain the difference between and exec cics xctl and exec cics start command?
What is the term bms in cics?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Kindly specify the pic clause for the any bll cell type of data fields?
What are the common cics service programs and explain their usage?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Name the three ways available for a program to position the cursor on the screen?
Explain processing program table(ppt)?
Explain how pa key is different from pf key?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain the function of the cics translator?