= SPSS Include =

The '''`INCLUDE`''' command inserts an external SPSS program. See also [[SPSS/Insert|INSERT]].

<<TableOfContents>>

----



== Usage ==

{{{
include file="path/to/program.sps".
include file="path/to/program.sps" encoding="1252".
}}}

----



== Data Model ==

The `INCLUDE` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read.

----



== See also ==

[[https://www.gnu.org/software/pspp/manual/html_node/INCLUDE.html|PSPP manual for INCLUDE]]



----
CategoryRicottone