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
Explain the difference between tsq and tdq
Name the 3 common ways to create maps?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is the type of ppt in the cics?
Name the two types of transient data queues?
What is the pcp in the cics?
What is commarea (communications area)?
Explain the thress bms options?
Why do we need integrated cics translator?
What does a cics translator do?
Explain the difference between getting the system time with eibtime and asktime command?
What is the use of mdt (modified data tag)?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Define communication area?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?