what is the option to be coded on
return to associate a transaction
identifier with next terminal.
Answer Posted / srivalli janapati
EXEC CICS RETURN
TRANSID('TRID')
COMMAREA(WS-AREA)
LENGTH(LNKG-LENGTH)
END-EXEC.
Explanation: DFHCOMMAREA is to pass the data between the
execution of the programs,here TRID is the transaction ID
and the LNKG-LENGTH is a Full Word Binary Linkage Section
variable,which receives the information supplied by RETURN
and pass it on to the Next Program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is meant by PPT and what are its uses?
what is the differences between getting the system time with eibtime and asktime command?
Can ESDS files be accessed from CICS?
Kindly specify the pic clause for the data type of length option field type of data fields?
What is an mdt (modified data tag)?
Define an aica abend?
Explain the uses that are associated to tsq and tdq ?
define the field with ic in the bms map.
Explain the purpose of the program list table?
Explain the usage of language in the ppt entry?
Explain cemt transaction commands?
What is interval control?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Define RCT.
What is the cics command level?