Hi
I have program sysadata there is one function in the program at this point
called opendata which takes a character string
The load module name in the library is sysadata I have #pragma
csect(CODE,"SYSADATA") in the source code
The following are my compiler options RENT,TEST(ALL),LIST,SOURCE,
DEBUG(FORMAT(DWARF)),NOPT'
I Use IPVLNANGX to generate an EQALNGX file from the compiler listing
In the DTCMD file I have the following commands
SET SOURCE (SYSADATA) IBMUSER.EQALANGX(SYSADATA) ;
LDD SYSADATA ;
AT ENTRY SYSADATA ;
SET LOG ON;
Yet I get the following message from debug tool
Source or Listing data is not available, or the CU was not compiled
with
the correct compile options.
When I use the following command
SET SOURCE ( sysadata ) IBMUSER.EQALANGX(SYSADATA)
I got he following message;
there is no compilation unit named sysadata.
Would know how debug tool recongnizes the complations unit for c\c++
program
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN