Skills for Life Flags 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 Skills for Life data definition
A_SFL
2 The following table shows the steps required to derive A_SFL
Step | Condition | Action if true | Action if false |
1 | Does A_SFL =1 | Set A_SFL to 1 | Set A_SFL to 0 |
3 The following SPSS code illustrates how to derive A_SFL
L_SFL
4 The following table shows the steps required to derive L_SFL
Step | Condition | Action if true | Action if false |
1 | Does collection = WBL or ESF SR | Go to 3 | Go to 2 |
2 | Is A_LIVE_B>1 | Go to 3 | Stop |
3 | Is any A_SFL=1 | Set L_SFL to 1 | Set L_SFL to 0 |
5 The following SPSS code illustrates how to derive L_SFL
WBL, ESF SR
FE, UfI, ACL
Last Modified: 26 Sep 06