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
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What do you mean by the term fct?
Define floating maps with illustration?
what are the reserved words for cics?
What is meant by PPT and what are its uses?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What are the some important fields in the eib block?
Can you define bms?
Explain 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?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
What Are Send Map Maponly & Send Map Dataonly ?
Can dynamic calls be used in CICS?
What does the 'ceci:cics' transactions do?
With the use of an alternate index, how is a VSAM file accessed?
What is the pic clause for the data type of length option field type of data fields?