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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / shivanadri

In the COBOL it is control management.means the Operating
System pass the control from calling program to called
program in the same in two cases(LINK and XCTL)but the
difference is the control can come back when we use in the
case of LINK from called program to calling program when
completion of execution of called program. coming to the
XCTL the control never come back to the calling program from
called program

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More CICS Interview Questions

Give certain situations where NEWCOPY is obligatory?

0 Answers  


Name the 3 common ways to create maps?

0 Answers  


What is the common systems area?

0 Answers  


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

1 Answers  


With the use of an alternate index, how is a VSAM file accessed?

0 Answers  






Can you explain dfhmdf bms macro?

0 Answers  


What are the beginning and end points of an LUW called?

1 Answers  


Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?

2 Answers   Thomson,


Explain the difference between and exec cics xctl and an exec cics link command?

0 Answers  


Name some of the common tables in CICS and their usage.

1 Answers   IBM,


What is the main function of the sign-on table?

0 Answers  


What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?

3 Answers  


Categories