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 an attribute byte?
Name the cics command that gives the length of twa area?
What is an mdt (modified data tag)?
Explain the function of the cics translator?
What is the use of the eibaid field?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Define the term mro (multi region operation)?
Explain how do you handle errors in cics programs?
What are the ways fot initiating a transaction?
Kindly specify the pic clause for the data type of length option field type of data fields?
what is the most common way of building queue-id of a tsq?
Explain the difference between using the read command with into option and set option?
What are the types of important programs that are used in the cics?
Define an aey9 abend?
What is the kcp in the cics?