what is the option to be coded on
return to associate a transaction
identifier with next terminal.
Answer / 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 |
What is the eib parameter?
An XCTL uses more CPU time than LINK (True or False)
what is the purpose of using link ?
Explain re-entrancy as applies to CICS.
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
What is the pcp in the cics?
Explain the logical message in cics?
The EIB field which gives the last CICS command executed is
What are the 3 common ways to create maps?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What are the naming conventions for the Temporary Storage Queues?