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
What are the types of processes to create a map in cics?
Name some translator and compile options and explain their meaning?
What is the use of tdq and tsq?
What is meant by a ‘Transid’ ?
Explain the difference between start and xctl?
how do you intitiate another transaction?
what are the thress bms options?
Explain how and where is the twa size set?
Name the command used for terminating a browse operation?
Define temporary storage?
If we say that bms length of field = 0, then what does that mean?
Can you explain multitasking and multithreading?
What is the meaning of the eibaid field?
What does a cics translator do?
what is the differences between getting the system time with eibtime and asktime command?