%XREFON and %XREFOFF


9.1E

 

The %XREFON and %XREFOFF compiler directives control the compiler output when generating cross reference output. %XREFOFF terminates label output and %XREFON turns it back on (the default). The directives use the following formats:

 

(1)

 

%XREFON

(2)

 

%XREFOFF

Flags Affected: NONE

Note the following:

  1. The %XREFOFF compiler directive turns the cross reference label output off.

  2. The %XREFON compiler directive turns the cross reference label output on when the '-x' compiler option has been specified.

  3. The implementation for the %XREFOFF and %XREFON directives is nested relative to the INCLUDE file levels. This implementation insures consistent control of the cross label references without include file interactions.

 

 

See Also: Compiler Directives

 



PL/B Language Reference WORDX