CICS : 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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home