Page 1 of 1

XCTL control.

PostPosted: Wed Sep 10, 2014 5:25 pm
by sambap
Hi,

I am in following situation.

From front end the mainframe transaction ABCD(Prog.Name:ABCDEFGH) will get trigger and start execution of program ABCDEFGH.

Prog ABCDEFGH calls using CALL statement the program AAAAAAAA.
inturn AAAAAAAA cals the program BBBBBBBB using XCTL.SInce I do not want any response from BBBBBBBB.
again program BBBBBBBB calls ABCDEFGH(this entirely different process).

My Concern is after XCTL call in AAAAAAAA control should go to program ABCDEFGH and end that process.with out waiting from BBBBBBBB.

In my case after XCTL call control is not ending at ABCDEFGH it is waiting for BBBBBBBB and also interference happening between these two process.

Please help on this.