EQA1948E The .dbg file for CompileUnitName created by the FORMAT(DWARF) suboption of the
DEBUG compiler option cannot be found. Make sure the file is in the location specified during
compile time or use the EQADBG DD statement, EQAUEDAT user exit, or set EQA_DBG_PATH environment
variable before starting the debug session to indicate the alternate location of the file. If your
debug session is already started then use the SET DEFAULT DBG
command.
Explanation
The .dbg file containing the debugging tables cannot be found. Some of the
possible conditions that could cause this are:
- The .dbg file was deleted.
- The .dbg file was moved to a new location.
- The user does not have RACF® authorization to access the file.
Programmer response
Make sure the file is in the location specified during compile time or use the EQADBG DD
statement, EQAUEDAT user exit, or set EQA_DBG_PATH environment variable before starting the debug
session to indicate the alternate location. If your debug session is already started, then use
the SET DEFAULT DBG
command.