I have the following case,
PROG-A, PROG-B and PROG-C are EGL generated to COBOL/CICS.
PROG-X is a non-EGL and COBOL/CICS.
I know the EGL rule does not allow a program CALLED make a TRANSFER (XCTL) to a MAIN program.
But nothing prevents a cobol CALLED make a XCTL for EGL program.
I know the consequences, but what I'm doing is allowed? or have anything in EGL that prevents this external action ?
Why I got abend ELAB in the PROG-C ?
Thanks !
Hsieh