Next: Handling missing observations, Previous: Types of Commands, Up: The PSPP language [Contents][Index]
PSPP does not place many restrictions on ordering of commands. The main restriction is that variables must be defined before they are otherwise referenced. This section describes the details of command ordering, but most users will have no need to refer to them.
PSPP possesses five internal states, called initial, input-program
file-type, transformation, and procedure states. (Please note the
distinction between the INPUT PROGRAM
and FILE TYPE
commands and the input-program and file-type states.)
PSPP starts in the initial state. Each successful completion of a command may cause a state transition. Each type of command has its own rules for state transitions:
N OF CASES
is executed in the procedure state, it causes a transition to the
transformation state.
DATA LIST
INPUT PROGRAM
FILE TYPE
ADD FILES
, MATCH FILES
,
and UPDATE
.
Next: Handling missing observations, Previous: Types of Commands, Up: The PSPP language [Contents][Index]