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
Define cedf?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Name some translator and compile options and explain their meaning?
what is the cics command used to access current date and time?
what is eib, how is can be used?
Explain the thress bms options?
which is the cics control program that provides communication services between user written application programs and terminals?
name the command that is used to dump the main storage areas related to a task?
Can you define transid?
Can you explain enq and deq used in cics?
Explain the system transid cemt?
What is the type of ppt in the cics?
What is a cics task?
Mention the option used in a cics command to retrieve the response code after execution of the command?
How do you use altindxs in batch, cics programs?