Type of ESF Aim 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 pseudo code and SPSS code is provided to illustrate the Type of ESF Aim data definition
A_ESF
2 The following table shows the steps required to derive A_ESF
Step | Condition | Action if true | Action if false |
1 | Set A_ESF to 0 | | |
2 | Does A10=70 and A09= XESF0001 | Set A_ESF to 2 | Go to 3 |
3 | Does A10=80 and A09=XMAT0001 | Set A_ESF to 2 | Go to 4 |
4 | Does A06=1 and A10<>70 | Set A_ESF to 3 | Go to 5 |
5 | Does A06=1 and A10 = 70 | Set A_ESF to 4 | Go to 6 |
6 | Does A06=1 or A10 = 70 and A_ESF=0 and no other funding streams for the learner | Set A_ESF to 1 | |
3 The following SPSS code illustrates how to derive A_ESF
GET FILE ‘……………AIMS data set’.
|
Last Modified: 26 Sep 06