INCLUDE

The INCLUDE compiler option controls whether the final pass of the compiler handles %INCLUDE and %XINCLUDE statements.

Read syntax diagramSkip visual syntax diagram
   .-INCLUDE---.   
>>-+-NOINCLUDE-+-----------------------------------------------><

INCLUDE
Both the MACRO preprocessor and the final pass of the compiler handle %INCLUDE and %XINCLUDE statements.
NOINCLUDE
Only the MACRO preprocessor handles %INCLUDE and %XINCLUDE statements.

INCLUDE is the default.