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
How to define a vsam file in cics getting into cics to define a vsam file.
What is the use of tdq and tsq?
Define an aica abend?
Can you explain primary aspect of cics?
What are the cics commands associated with task control?
What are the classifications of the cics program?
How can you use dynamic calls in cics?
Explain how do you terminate an already issued delay command?
Explain cemt transaction commands?
Define ceci?
Explain how do you delete item 3 in a five-item tsq?
Explain the difference between tsq and tdq
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
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?