Command Reference 5-49
INCLUDE
Purpose Inserts another source file into the script.
Syntax INCLUDE
pathname
Process The INCLUDE command signals the compiler to insert the source statements
located in the file
pathname
, into the current script.
Rule: Nested INCLUDE statements are not allowed. But, multiple INCLUDE statements
in one file are allowed.
Example 1
This example inserts the source file TRUCKIN.ULT into the current script.
INCLUDE TRUCKIN.ULT
Example 2
This example inserts the source file SPECIAL.ULT into the current script.
INCLUDE C:\PROGS\SAMPLE\SPECIAL.ULT