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
List out all the tables that are a part of cics ?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain the significance of rdo?
What Are Send Map Maponly & Send Map Dataonly ?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain the difference between pseudo-conversational and conversational?
Explain the uses that are associated to tsq and tdq ?
Explain the primary function of the processing program table (ppt)?
What is the syncpoint command?
How can you access esds files from cics?
difference between tsq and tdq?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What are the cics transactions?
Can you explain cics transaction gateway?
Can you define ppt and what are its uses?