Page 1 of 1

Intertest Batch issue with called routine

PostPosted: Thu Jan 20, 2022 2:03 am
by drowelf
Howdy,

Long time mainframe programmer, but new to Intertest Batch. I have a Cobol program which calls an assembler routine. I have the names of both programs on the Monitored Programs list at the start of my Intertest Batch Session from within ISPF. Now I can trace the main program, but when I get to the call of my assembler routine, it does not step into the program. I've tried switching the order of the programs and issuing both 'At entry All' and the At {module name} Entry commands but no avail, I never get stopped at the entry to my assembler routine.

Any help would be appreciated.

Re: Intertest Batch issue with called routine

PostPosted: Fri Jan 21, 2022 11:12 pm
by drowelf
I figured out the issue. It's all about the names. The Load Module had one name and the entry point CSect had a different one. Once I put them in sync, Intertest was much happier and now I can step into the code to try and figure out what the issue is.

Re: Intertest Batch issue with called routine

PostPosted: Tue Feb 15, 2022 9:13 pm
by Terry Heinze
Thanks for posting the solution.