Page 1 of 1

Program call trace

PostPosted: Wed Dec 02, 2009 10:16 pm
by pablo
Hi,
I am looking for some pointer to find out how can I do the call trace at run time. for eg:. if there are 5 programs, one calling another, in the 5th program, i want to find the call chain. How to trace back the call. This would be similar to what dumps do. But I looking for the same without abending the program. Any pointer on how to proceed will be of great help.

Thank you

Re: Program call trace

PostPosted: Sat Dec 05, 2009 2:41 am
by spider2009
You can trace your program in foreground using TSO/E TEST program. Execute HELP TEST from TSO/E READY prompt for the detailed description of the TEST command.