what is the option to be coded on
return to associate a transaction
identifier with next terminal.



what is the option to be coded on return to associate a transaction identifier with next termina..

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

Post New Answer

More CICS Interview Questions

What is the eib parameter?

0 Answers  


An XCTL uses more CPU time than LINK (True or False)

1 Answers  


what is the purpose of using link ?

5 Answers   Kanbay,


Explain re-entrancy as applies to CICS.

1 Answers   IBM,


What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

3 Answers  


What is the pcp in the cics?

0 Answers  


Explain the logical message in cics?

0 Answers  


The EIB field which gives the last CICS command executed is

2 Answers   IBM,


What are the 3 common ways to create maps?

1 Answers   IBM,


what is the use of tsq and tdq....at what situation we need to use this...pls tell me....

2 Answers   Kanbay,


What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?

6 Answers   CTS,


What are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


Categories