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 |
If DATAONLY option is specified in the SEND MAP command what will happen?
How To Retrive The VSAM Datasets in CICS application programs?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Name the cics command used to access current date and time?
What is the function of the Terminal Control Table(TCT)?
What is the primary function of the Sign-on Table?
How to test CICS, MainFrame applications
Which type of TDQ is read destructive?
What is the command used to send a map to a terminal?
NMDS is both device dependent and format dependent (True or False)
Define an aica abend?