Interview Questions

What happens to resources supplied to a transaction when an XCTL command is executed ?

CICS Interview Questions


(Continued from previous question...)

What happens to resources supplied to a transaction when an XCTL command is executed ?

With an XCTL, the working storage and the procedure division of the program issuing the XCTL are released. The I/O areas, the GETMAIN areas, and the chained Linkage Section areas (Commarea from a higher level) remain. All existing locks and queues also remain in effect. With a LINK, however, program storage is also saved, since the transaction expects to return and use it again.

(Continued on next question...)

Other Interview Questions