INCLUDE, filename
|
filename
|
File name. |
Remarks
- The command
INCLUDE allows nesting of three stages. This means, a loaded (stage 1) can occur again in INCLUDE (stage 2) where this file can also be contained in an INCLUDE command (stage 3).
- In the directories where
INCLUDE files exist, path allocations must be set (for example, with PATH ).
- Complex group definitions within a parameter file can be written in a separate file
groups.par which is connected to the actual parameter file by the command INCLUDE , groups.par . Predefined macros are also connected in this way.
|