Satheeshkumar
New User
Joined: 20 Feb 2009 Posts: 51 Location: Chennai
|
|
|
|
Hi,
If Pgm A is the code which executes START command to initiate task B. Now after executing this command,
Pgm A wont wait for control to get back from task B
and Pgm A continue its execution parallel to the execution of task B.
According to me once the task B is started it has no link with Pgm A. Pgm A should not wait for task B to end.
I have setup the breakpoint in both program Pgm A and Pgm B. The expeditor is not trapping the Pgm B after execution of START TRANSID command.
I confirmed that Pgm B is started after cheking CEMT I PROG(Pgm B) usecount and it is incemended by one. also if i give CEDX transid the progrm B is trapped. but i can see only execution of CICS statement.
I want to debug the program B using EXPEDITOR.
Could any body help me how to trap pgm b in expeditor. |
|