Next: , Previous: Expressions, Up: Top



6 Data Input and Output

Data are the focus of the PSPP language. Each datum belongs to a case (also called an observation). Each case represents an individual or `experimental unit'. For example, in the results of a survey, the names of the respondents, their sex, age etc. and their responses are all data and the data pertaining to single respondent is a case. This chapter examines the PSPP commands for defining variables and reading and writing data.

Please note: Data is not actually read until a procedure is executed. These commands tell PSPP how to read data, but they do not cause PSPP to read data.