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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain communication area?

594


What does the 'ceci:cics' transactions do?

644


Explain the different ways of initiating transaction in cics?

504


What is frset?

572


Can ESDS files be accessed from CICS?

634






In a particular cics program, what is the procedure to allocate dynamic memory?

734


what are transient data sets defined to cics?

652


What are the cics transactions?

583


Explain processing program table(ppt)?

636


What are the common cics service programs and explain their usage?

564


What is the syncpoint command?

597


what are the reserved words for cics?

559


which transient data queue support ati?

695


Explain the difference between a package and a plan.

557


Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?

689