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
Specify the requirements for automatic task initiation?
Can you explain exec cics handle condition command?
Explain how do you dynamically set the cursor position to a specific field?
Explain cedf transaction commands?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Explain what is a cursor in cics sql processing?
What is the use of the program list table?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Can you explain cics transaction gateway?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
In a particular cics program, what is the procedure to allocate dynamic memory?
What is the difference between pct and fct?
Explain the maps in cics?
Can you explain multitasking and multithreading?
How can you access esds files from cics?