Next: , Previous: , Up: Language   [Contents][Index]


6.5 Order of Commands

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:

Utility commands
DATA LIST
INPUT PROGRAM
FILE TYPE
Other file definition commands
Transformations
Restricted transformations
Procedures

Next: , Previous: , Up: Language   [Contents][Index]