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
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain how do you delete item 3 in a five-item tsq?
Define cebr?
what is the differences between getting the system time with eibtime and asktime command?
Explain the function of the load command?
what is 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?
What is meant by a ‘Transid’ ?
Explain how pa key is different from pf key?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Explain how do you access the records randomly in tsq?
In a CICS program, how will you read a VSAM file?
Explain cemt transaction commands?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Specify the requirements for automatic task initiation?
Mention one alternative aspect of CICS?