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
What is the eib?
Explain how do you set the mdt option to on status, even if data is not entered?
Name a few CICS programs which are generally used ?
Explain the primary function of the processing program table (ppt)?
What is the comaera (communication area)?
Specify cics transaction initiation process?
Can you define bms?
What are the recoverable cics resources?
What is a transid?
What does the 'cemt:cics' transactions do?
What are the main uses of the transaction in the cics?
In a particular cics program, what is the procedure to allocate dynamic memory?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What do you mean by the term fct?
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 ?