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
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What are fset, frset?
What is the main function of the sign-on table?
Explain the function of the load command?
What is a cics task?
Explain the uses that are associated to tsq and tdq ?
Explain how DSECT parameter is used in BMS ?
Define the term function request shipping?
Can you define transid?
Can you explain cics transaction gateway?
What is the cics command that is used to access current date and time?
Explain the mdt in cics?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Sync points cannot be requested by the application programs? State true or false
Explain how do you dynamically set the cursor position to a specific field?