What is the difference between link xctl?
Answer Posted / cheran pogu
The LINK command is used to pass control from an
application program at one logical level to another
application at the next lower logical level. The calling
expects the control to be returned to it. the control is
returned at the next sentence when called program completes
execution.
The XCTL command is used to pass control from one
application program to another application program at the
same logical level.The calling program does not expect
control to be returned.Data can be passed to the program
less overhead,performance is relatively better in
comparison to the LINK command.XCTL does not establish
return mechanisam like link.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
Name some translator and compile options and explain their meaning?
Explain the difference between intra partition tdq and extra partition tdq?
how do you fire a batch job from a cics txn ?
Explain the difference between start and xctl?
Explain what is the massinsert option?
What is the meaning of the eibaid field?
Explain the difference between and exec cics xctl and an exec cics link command?
What is the comaera?
How to handle exceptional conditions in cics?
Name the three ways available for a program to position the cursor on the screen?
Define task work area?
Which commend used for terminating a browser operation?
What is an mdt (modified data tag)?
Define cedf?
What is non-conventional programs?