Interview Questions

What is the difference between LINK and XCTL ?

CICS Interview Questions


(Continued from previous question...)

What is the difference between LINK and XCTL ?

The XCTL command passes control to another program, but the resources requested by the first program may still be allocated. A task does not end until a RETURN statement is executed. While in LINK command, program control resumes its instruction following the LINK parameter. The disadvantage of LINK is that it requires that both the calling program and the called program remain in main memory even though both are no longer needed.

(Continued on next question...)

Other Interview Questions