Full Level 2 Entitlement 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 Full Level 2 Entitlement data definition.
L_LEVEL2E
2 The following table shows the steps required to derive L_LEVEL2E.
|
Step
|
Condition
|
Action if true
|
Action if false
|
|
1
|
Is A_LIVE_B>1
|
Go to 2
|
|
|
2
|
Does any A14=22
|
Set L_LEVEL2E to 1
|
Set L_LEVEL2E to 0
|
3 The following SPSS code illustrates how to derive L_LEVEL2E.
Last Modified: 24 Jan 06