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 |
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
Explain the different ways of initiating transaction in cics?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
What command do you issue to delete a record in a transient data queue ?
How do you enter into cics region and how many regions available?
How to establish dynamic cursor position on a map?
What does the 'cebr:cics' transactions do?
How many ways to share information between different CICS programs?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
What is the difference between pct and fct?
What is the command used to request notification when the specified time has expired?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?