COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-64
CROSSREF and NOCROSSREF
CROSSREF
without a class-list sets the class list to all classes except LITERALS and
UNREFS and triggers the collection and reporting of cross-reference information
for all classes currently in the class list (see the list under class ).
class-list
specifies the classes to be cross-referenced.
ONLY
sets the class list to only the specified classes and triggers the collection of
information on all classes, but reports information for only the specified
classes.
INCLUDE
adds the specified classes to the current class list and triggers the collection of
information on all classes.
EXCLUDE
removes the specified classes from the current class list and triggers collection
of information on all classes.
class
is one of the reserved words in the left column of this table:
Class COBOL Identifiers Selected (page 1 of 2)
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
class
ONLY
INCLUDE
EXCLUDE
,
class
VST276.vsd