Intertest Batch issue with called routine



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

Intertest Batch issue with called routine

Postby drowelf » Thu Jan 20, 2022 2:03 am

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.
Eric Erickson
864-688-2850
drowelf
 
Posts: 4
Joined: Thu Jan 20, 2022 1:33 am
Has thanked: 0 time
Been thanked: 1 time

Re: Intertest Batch issue with called routine

Postby drowelf » Fri Jan 21, 2022 11:12 pm

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.
Eric Erickson
864-688-2850

These users thanked the author drowelf for the post:
Terry Heinze (Tue Feb 15, 2022 9:13 pm)
drowelf
 
Posts: 4
Joined: Thu Jan 20, 2022 1:33 am
Has thanked: 0 time
Been thanked: 1 time

Re: Intertest Batch issue with called routine

Postby Terry Heinze » Tue Feb 15, 2022 9:13 pm

Thanks for posting the solution.
.... Terry
Terry Heinze
 
Posts: 239
Joined: Wed Dec 04, 2013 11:08 pm
Location: Richfield, MN, USA
Has thanked: 12 times
Been thanked: 11 times


Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post