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 we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
What does the 'cebr:cics' transactions do?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
What do the keywords MAPONLY and DATAONLY mean?
Which is the command that is used to dump the main storage areas related to a task?
Name the command used for terminating a browse operation?
Can you define commarea?
What does it mean when EIBCALEN is equal to 1 and other values?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What information do you get when an EXEC CICS STARTCODE is issued?