CROSSREF Manual

CROSSREF COMMANDS
Examples
• The MEM attribute specification allows you to specify more
memory than the compiler default.
• The default execution priority for the compiler is the same as
the execution priority of CROSSREF. You can specify a lower
execution priority, but the compiler can never execute at a
priority greater than the CROSSREF priority.
• Every language has one or more constructs that are defined but
never referenced, for example, the BASIC IMAGE statement or
the FORTRAN COMMON block. You must set UNREF to ON or ONLY to
have unreferenced identifiers appear in the CROSSREF listing.
Examples
The following example tells CROSSREF to scan the file named
FILE1:
&SCAN file1
The next example tells CROSSREF to scan the file named FILE1 and
include keywords in the listing:
&SCAN file1, CLASS KEYWORDS ON
4-34