whar is the difference bwn LINK() and XCTL()?
Answer Posted / rajesh reddy
The link() command is used to pass ctrl from an application
progrm at one logical to another application at the next
lower logical level.The calling program expects control to
be returned.
The xctl() command is used to pass control from one
application to another application program at the same
logical level .The calling program does not expect contol
to be returned.
In both cases data can be passed through a special purpose
register COMMAREA.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define ceci?
how do you execute a background cics txn ?
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?
Kindly specify the pic clause for the hhmmss type of data fields?
What is meant by an attribute byte?
Can you define mapset?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What is the term conversational programs means?
Explain cemt transaction commands?
Explain the usage of language in the ppt entry?
What does the 'ceci:cics' transactions do?
Explain the purpose of the program list table?
Can dynamic calls be used in CICS?
How vsam files are read in cics pgms?
what is 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?