Looking at an CICS module how would one will identify that
it is pseudo or full conversational?
Answer Posted / ravi
when we see the program we can say by checking whethere the
EXEC CICS
RETURN TRANSID(TR1)
END-EXEC.
After every send command in CICS.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Highlight the points of differences between XCTL and START?
what are the reserved words for cics?
Explain ceci transaction commands?
Can you define cemt?
What is the difference between a return with transid and xctl?
Explain how do you establish a starting position in a browse operation?
cics command level is?
Explain the function of the load command?
Explain the difference between physical map and symbolic map?
In the EIB block of CICS, highlight the names of few of the important fields?
what is the differences between getting the system time with eibtime and asktime command?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Can QSAM files be accessed from CICS?
How do we pass parameters into a CICS –DB2 program