What happens to resources supplied to a transaction when an
XCTL command is executed?
Answer Posted / pavan
xctl is a control transfer command.
when xctl command executed control transfers to another
program and control is not expected back to main program.
(ex: menu driven programs).
*** control doesnot hold any resourses.***
but link holds resourses and expected back automatically.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the 'cemt:cics' transactions do?
What is the use of the program list table?
what is eib, how is can be used?
What are fset, frset?
Can you explain cics translator?
What is the use of mdt (modified data tag)?
What is interval control?
Can you explain enq and deq used in cics?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Can you define commarea?
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 are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Define floating maps with illustration?
What are the uses of ppt in cics?
what are the differences between and exec cics xctl and an exec cics link command?