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 |
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
What is the cics command that is used to access current date and time?
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
What is cics load command?
How to define a vsam file in cics getting into cics to define a vsam file.
If no exception handling is provided in the program, what will happen ?
Explain the difference between start and xctl?
Explain the term Function Request Shipping?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
What are the two outputs created as a result of generation of a map?
Explain the system transid cemt?