Explain the difference among the EXEC LINK, EXEC XCTL and
Cobol II static call statements in CICS.

Answer Posted / guest

use a COBOL II CALL statement to invoke a subprogram. This
method is transparent to CICS, which sees only the one load
module. 2). an EXEC LINK is similar to a call; it invokes
a separate CICS program and ends with a RETURN to the
invoking program. or 3). an EXEC XCTL which transfers
control to another CICS program and does not get control
back.
COBOL II allows for static calls which are more efficient
than the LINK instruction which establishes a new run-unit.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between a physical bms mapset and a logical bms mapset?

563


Can you use occurs in bms map?

609


Specify cics transaction initiation process?

562


what are the commands used to gain exclusive control over a resource?

674


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

692






what are the differences between and exec cics xctl and an exec cics link command?

702


Explain the difference between the into and the set option in the exec cics receive map command?

555


What are the main uses of the transaction in the cics?

585


Add a field to screen when what's the flow of impact?

2411


how do you intitiate another transaction?

713


Explain cebr transaction commands?

544


Explain how would you resolve an asra abend?

578


What is the comaera (communication area)?

636


Give certain situations where NEWCOPY is obligatory?

703


Explain how and where is the twa size set?

570