LOAD Command

The LOAD command loads the INTERACTIVEXREF information files—that is, the XREFFILES. To prevent confusion, this command nullifies any previous SYMBOL command. Refer to “SYMBOL Command” in this section.

Syntax

── LOAD ──<file name>──────────────────────────────────────────────────┤

Explanation

LOAD <file name>

Loads the XREFFILES associated with the specified file name. The file name should specify the object file generated by the compiler when the XREF information files were generated. The titles of the XREF information files are constructed from this file name and then loaded.

Note: Then compiling a CANDE work file, use the format CANDE/CODE <number> for the name of the file.

Example

The following command causes the files XREFFILES/CANDE/CODE390/REFS and XREFFILES/CANDE/CODE390/DECS to be loaded:

LOAD CANDE/CODE390

The following command causes the files XREFFILES/OBJECT/MAV/INTX/REFS and XREFFILES/OBJECT/MAV/INTX/DECS to be loaded:

LOAD OBJECT/MAV/INTX