Differences between revisions 1 and 2
Revision 1 as of 2023-06-13 02:26:31
Size: 555
Comment:
Revision 2 as of 2023-06-13 02:26:50
Size: 588
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The '''`INCLUDE`''' command inserts an external SPSS program. The '''`INCLUDE`''' command inserts an external SPSS program. See also [[SPSS/Insert|INSERT]].

SPSS Include

The INCLUDE command inserts an external SPSS program. See also INSERT.


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

PSPP manual for INCLUDE


CategoryRicottone

SPSS/Include (last edited 2023-06-13 02:26:50 by DominicRicottone)