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
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain the difference between and exec cics xctl and exec cics start command?
Explain what is a cursor in cics sql processing?
Db2 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 cicsregions that share the same db2 subsystem?
Explain how do you intitiate another transaction?
What is mainframe cics?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain the primary significance of intra-partition and extra-partition tdqs ?
Name the cics command that gives the length of twa area?
What is the eib?
Explain the difference between physical map and symbolic map?
Explain how do you terminate an already issued delay command?
What are the cics commands associated with task control?
what is effect on receive map when
What is DEQ?