Looking at an CICS module how would one will identify that
it is pseudo or full conversational?
Answer Posted / rajesh reddy
After every send command there is a return command wth
TRANSID
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID('TSK')
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you intitiate another transaction?
Explain the difference between getting the system time with eibtime and asktime command?
What is the pic clause for the hhmmss type of data fields?
what is effect on receive map when
How to handle exceptional conditions in cics?
Explain the difference between intra partition tdq and extra partition tdq?
Mention the content that is present inside a PPT ?
What is fset?
What is meant by an attribute byte?
what is the differences between getting the system time with eibtime and asktime command?
Name the 3 common ways to create maps?
Can you explain cics translator?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain difference between call and link?
which is the cics control program that provides communication services between user written application programs and terminals?