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 |
Can you explain enq and deq used in cics?
What are the recoverable cics resources?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What?s the CICS command used to access current date and time?
How to get the sign-on user-id from an application program?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
What is task control and what are the CICS commands associated with it?
What is the CICS command that is used to receive the un- formatted data from the terminal?
What is the use of tdq and tsq?
What is the function of DFHMDF BMS macro?
For protecting a transaction using the transaction security function, the two things that must be done are?