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

Highlight the difference between a symbolic map and physical map?

0 Answers  


Why is a TERM ID recommended in naming a TSQ?

1 Answers   IBM,


What are some of the cics commands associated with interval control?

0 Answers  


Define ceci?

0 Answers  


Name the cics command used to access current date and time?

0 Answers  






How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


are we use the group by clause in cursors?

3 Answers   Cap Gemini,


the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?

0 Answers   IBM,


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


What is interval control?

0 Answers  


Can you explain primary aspect of cics?

0 Answers  


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


Categories