System Debug Reference Manual (32650-90888)

244 Chapter6
System Debug Command Specifications M-X
PROCLIST
DATALOCAL List local data in the System Object Module.
LSTPROC List exported level 1 procedures in the LST.
LSTEXPORTSTUB List export stubs in the LST.
ANY List for any type of symbol in the System Object Module.
detail
This parameter specifies the level of detail given when listing the symbols.
The default value is 0 which lists the address and name of the symbol.
Negative values are converted to positive ones. Any value larger than the
maximum defined detail level functions as if the actual maximum detail
level has been entered.
0 List symbol address and name.
1 Same as 0 but print symbol type, scope, residency bits.
2 Same as 1 but print address of symbol record.
The abbreviations used for the output are summarized below. Refer to the
Object Module Definition document for detailed descriptions and
definitions of the terms.
The following keywords determine the symbol type:
ABS Absolute constant.
DATA Normal initialized data.
CODE Unspecified code.
PRIPROG Primary program entry point.
SECPROG Secondary program entry point.
ENTRY Any code entry point.
STORAGE Storage. The value of the symbol is not known.
STUB Either an import or parameter relocation stub.
MODULE Source module name.
SYMEXT Symbol extension record.
ARGEXT Argument extension record.
MILLI Millicode subroutine.
DISOCT Disabled translated CM code.
MILXTRN External millicode subroutine.
The following terms determine the symbol scope:
UNSAT Unsatisfied, import request not satisfied.
EXTERN External, import request linked to symbol in another
module.
LOCAL Local, not exported for outside use.
UNIV Universal, exported for outside use.