Area of Learning Sample Code
Note: This page is from an older version of the Data Dictionary and may therefore contain information that is now out of date. It is included here for reference only.
1 The following SPSS code is provided to illustrate the Area of Learning data definition.
A_AOL
2 The following SPSS code illustrates how to match A_AOL on to the Aims data set.
GET FILE=’………………..AIMS data set’. SORT CASES A09. MATCH FILES /FILE=* /TABLE=’………………..Analytical LAD data set’ /BY A09. EXECUTE. |
Last Modified: 3 Jan 06