brigitte pruett
New User
Joined: 26 Jan 2007 Posts: 2 Location: austin tx
|
|
|
|
just installed the latest version of COBOL and the IBM debug tool v7.1. I am in the process of testing the debug tool before releasing putting into production for everyone to use. One of the applications which will be using the tool has a program that calls other subroutine some of them in Assembler some in COBOL. DMIFSTRG is a COBOL routine and was compile on link with the TEST parm and the DMIGTDSN module is an assembler module and was assembled with the debug tool. When I run the job with the test option and I am unable to access the sources of the “CALLed” modules even though they are in the sysdebug file and eqalangx file respectively. What am I doing wrong?
Source code looks like that
CALL 'DMIGTDSN' USING WS-DSNAME, WS-VOLSER, WS-RETURN-CODE1,
WS-CALL-DSN, WS-LOGGER-OPTION,
WS-DDNAME-PASSED.
Debug tool messages
SET SOURCE ON ( DMIFSTRG ) T314BDP.TEST.SYSDEBUG ;
SET QUALIFY CU DMIGTDSN ;
EQALANGX debug file cannot be found for DMIGTDSN. Use the SET SOURCE
command to indicate the new location of the EQALANGX debug file.
SET SOURCE ( DMIGTDSN ) T314BDP.EQALANGX ;
The Debug File for DMIGTDSN is not available or was not found.
Thank you in advance for any help you can provide
brigitte |
|