NAMES INCLUDE command

Use the NAMES INCLUDE command to indicate to Debug Tool that your program is a user load module or compile unit, not a system program. See "Debugging user programs that use system prefix names" in the Debug Tool User's Guide for more information.

Read syntax diagramSkip visual syntax diagram
>>-NAMES--INCLUDE--+-LOADMOD-+--+-name-----------+--;----------><
                   '-CU------'  |    .-,----.    |      
                                |    V      |    |      
                                '-(----name-+--)-'      

LOADMOD
Indicates that you want to debug the specified load module.
CU
Indicates that you want to debug the specified compile unit.
name
Specifies the name of the load module or compile unit.

Usage notes

Refer to the following topics for more information related to the material discussed in this topic.