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
drowelf
Posts: 4
Joined: Thu Jan 20, 2022 1:33 am
Skillset: z/OS Mainframes
IBM HLASM
Rexx
Cobol
Referer: Internet Search

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
Skillset: z/OS Mainframes
IBM HLASM
Rexx
Cobol
Referer: Internet Search

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

Terry Heinze
Posts: 239
Joined: Wed Dec 04, 2013 11:08 pm
Skillset: COBOL, JCL, ISPF.
Referer: While searching the Internet for answers.
Location: Richfield, MN, USA

Re: Intertest Batch issue with called routine

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

Thanks for posting the solution.
.... Terry


  • Similar Topics
    Replies
    Views
    Last post