COBOL Manual for TNS and TNS/R Programs

Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs522555-006
36-10
CROSSREF and NOCROSSREF
CROSSREF and NOCROSSREF
class-list
class
Note. The NMCOBOL compiler issues warnings for these directives and does not produce a
cross-reference listing. If you need one, use the noft utility with the XREFPROC flag (see the
noft Manual).
Class COBOL Identifiers Selected
ALL All classes
CONDITIONS
* Condition-names
DATANAMES (or VARIABLES)
* Data-names (FILLER not included)
FILES
* (COBOL) file names
FUNCTIONS
* Routine-names of functions (routines that return
a value)
INDEXES
* Index-names
LITERALS Literals (numeric and nonnumeric)
MNEMONICS
* File-mnemonics
PROCNAMES (or LABELS)
* Procedure-names (paragraph-names, section-
names)
PROGRAMS
* Program-names, routine-names
UNREFS Items defined but not referenced (technically,
not a class but a generalized request for all
such items)
CROSSREF
class-list
NOCROSSREF
VST275.vsd
class
ONLY
INCLUDE
EXCLUDE
,
class
VST276.vsd