whar is the difference bwn LINK() and XCTL()?
Answer Posted / harsha
This is in addition to the above answers.
XCTL:-Copy of the data is passed to the called program. it
means data changed by called program will not reflect in
calling program.
Since it do not expect the control to return to calling
program, as soon as the calling program issues a XCTL
command, calling program will be released from memory and
called program will load into memory.
Link:-Data is passed to the called program. it means data
changed by called program will reflect in calling program.
It expect the control to return to calling program, called
program will not release from memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between dfhcommarea and tsq?
What is the term bms in cics?
what are the thress bms options?
Explain how do you delete item 3 in a five-item tsq?
Explain how and where is the twa size set?
what are the differences between and exec cics xctl and an exec cics link command?
Define primary objective of cics?
Explain processing program table(ppt)?
What is meant by an AICA ABEND?
How can you access esds files from cics?
Define cics interface block?
What is the abend command?
Explain the difference between link and xctl?
How to get the cursor position when we receive a map?
Explain how do you terminate an already issued delay command?