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
What is the cics command level?
How do you use altindxs in batch, cics programs?
Explain how do you intitiate another transaction?
what is effect on receive map when
Define temporary storage?
Can dynamic calls be used in CICS?
Define the term transaction routing?
What Are Send Map Maponly & Send Map Dataonly ?
Explain the logical message in cics?
What is the tcp in the cisc?
Kindly specify the pic clause for the data type of length option field type of data fields?
How can you use dynamic calls in cics?
What is the abend command?
What is the primary aspect of CICS?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?