On Fri, 24 Oct 2025 16:56:26 -0400, Joseph Reichman <[email protected]> 
wrote:

>Then I can use test to debug as I believe 
>from my knowledge test is the only debugger that debugs obj’s

TSO TEST can also debug load modules. Use proc ASML to create 1 load module 
that contains both objects. I'm guessing you tried TSO TEST OBJ1 OBJ2 when you 
should be using TSO TEST LOADMOD which contains both OBJ1 and OBJ2.

Alternatively, you could try alloc DDN SYSLIB. TSO TEST must be using the 
BINDER internally and BINDER looks to SYSLIB for automatic includes. 

>If I make a perm obj I can load it via IEWBIND 

For TSO TEST, you shouldn't use IEWBIND because it might bypass critical TSO 
TEST functionality.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to