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
Can you define cics task?
Explain the uses that are associated to tsq and tdq ?
How to define a vsam file in cics getting into cics to define a vsam file.
What are the cics transactions?
What are the some important fields in the eib block?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Particular area has been affected in cics screen, what is the process to find?
Explain the difference between link and xctl?
What is the eib parameter?
Explain cedf transaction commands?
Define cedf?
How errors are handled in CICS programs?
Name the cics command that gives the length of twa area?
Define the term mro (multi region operation)?
What is meant by an attribute byte?