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 difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Can QSAM files be accessed from CICS?
What is the cics command level?
Explain the difference between and exec cics xctl and exec cics start command?
which transient data queue support ati?
What is the tcp in the cisc?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What are the common tables in cics and their usage?
Can you define bms?
Add a field to screen when what's the flow of impact?
Define task work area?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
How can you access esds files from cics?
Specify the requirements for automatic task initiation?
What is the term conversational programs means?