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 |
What is a cursor in CICS sql processing?
what is the purpose of using link ?
Kindly specify the pic clause for the hhmmss type of data fields?
Explain the difference between the xctl and link commands?
How to establish dynamic cursor position on a map?
What does it mean when EIBCALEN is equal to 1 and other values?
How do you use altindxs in batch, cics programs?
What are the types of processes to create a map in cics?
what is amp?
Can you simply check if length = 0 for checking if a field was modified?
Receive consists of buffer option in it. What is the significance of this option?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?