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 is the cics command that is used to access current date and time?
What are the types of important programs that are used in the cics?
Define the term transaction routing?
What is eib?
Can you explain enq and deq used in cics?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
In a particular cics program, what is the procedure to allocate dynamic memory?
What are the uses of ppt in cics?
Name the 3 common ways to create maps?
Explain how do you set the mdt option to on status, even if data is not entered?
Explain ceci transaction commands?
Define RCT.
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Can you explain dfheiblk?
Explain the difference between physical map and symbolic map?