Next: , Previous: HOST, Up: Utilities


13.14 INCLUDE

             INCLUDE [FILE=]'file-name'.

INCLUDE causes the PSPP command processor to read an additional command file as if it were included bodily in the current command file. If errors are encountered in the included file, then command processing will stop and no more commands will be processed. Include files may be nested to any depth, up to the limit of available memory.

The INSERT command (see INSERT) may be used instead of INCLUDE if you require more flexible options. The syntax

     INCLUDE FILE=file-name.

functions identically to

     INSERT FILE=file-name ERROR=STOP CD=NO SYNTAX=BATCH.