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

what are the six different type of argument values in cobol that can be placed in various options of a cics command?

784


Explain the cics command that is used for reading a record from the tdq?

540


Which commend used for terminating a browser operation?

487


Can you define aica abend?

675


What is the pic clause for the data type of length option field type of data fields?

541






mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

630


specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

683


How to define a vsam file in cics getting into cics to define a vsam file.

593


what is an mdt (modified data tag)? Its menaing and use?

617


Give the definition of COMMAREA ?

615


Explain the difference between and exec cics xctl and exec cics start command?

547


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?

593


Explain the usage of language in the ppt entry?

567


Explain 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?

529


What is the cics command that is used to access current date and time?

564