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
What is meant by an attribute byte?
list the sequence of steps used to achieve modiication in skip sequential mode?
In a CICS program, how will you read a VSAM file?
Explain the difference between and exec cics xctl and exec cics start command?
Name the three ways available for a program to position the cursor on the screen?
Mention the content that is present inside a PPT ?
Why do we need integrated cics translator?
Can you explain cics transaction gateway?
Which commend used for terminating a browser operation?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain the use of DCT ?
For protecting a transaction using the transaction security function, the two things that must be done are?
Name at least one of the ways by which a transaction can be terminated?
Name the two types of transient data queues?
Explain cebr transaction commands?