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

how can we display negative sign in a map?

2 Answers   TCS,


What is the cics command level?

0 Answers  


How do you terminate an already issued DELAY command?

1 Answers   IBM,


List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?

1 Answers  


What is the common systems area?

0 Answers  






How do you control cursor positioning?

3 Answers   IBM,


List all the CICS tables and explain their contents.

3 Answers   IBM,


Once a transient data queue is read, can it be reread?

2 Answers  


What is a mapset?

2 Answers  


Explain how do you access the records randomly in tsq?

0 Answers  


Differentiate between PCT and FCT.

0 Answers  


How many ways are there for initiating a transaction?

0 Answers  


Categories