Looking at an CICS module how would one will identify that
it is pseudo or full conversational?
Answer Posted / smart
Basically all the CICS programs are pseudo conversational.
for this purpose the CICS/COBOL programs are compiled with
RENT,LIB,RESIDENT compiler options.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
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 ?
What does the 'cemt:cics' transactions do?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Explain how do you handle errors in cics programs?
how do you fire a batch job from a cics txn ?
What are the types of important programs that are used in the cics?
What is the pic clause for the data type of length option field type of data fields?
Explain the difference between start and xctl?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
name the command that is used to dump the main storage areas related to a task?
Explain ceci transaction commands?
What is CICS ?
What is a cics task?
What is the meaning of the deq command?
Mention the option used in a cics command to retrieve the response code after execution of the command?