Sunday, 12 May 2013

XCTL explanation and syntax...

* Transfers control to the next program.
* Program passing control is terminated.
* Transaction ID does not change.
* Control is passed at the same logical level.
* Program that transfers control is released.
* when the program that is to receive control is not resident in main storage, it is loaded by CICS
syntax:

EXEC CICS XCTL
                     program ( program name )
                     Commarea ( data-area )
                     Length ( data-value )
END-EXEC.

No comments:

Post a Comment

Expense Handler Application with advance technologies

Budget Planner  One of the application developed with Ionic 4 and Python-Flask.  Ionic 4 code:  https://github.com/logeshbuiltin/Expense...