Other Provision Flag 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 Other Provision Flag data definition
A_OPROV
2 The following table shows the steps required to derive A_OPROV
Step | Condition | Action if true | Action if false |
1 | Does A_FUN_ST =1, or 2, or 3, or 6 | Go to 2 | Set A_OPROV to 0 |
2 | Does A_AWARDB = None | Set A_OPROV to 1 | Set A_OPROV to 2 |
3 The following SPSS code illustrates how to derive A_OPROV
Last Modified: 25 Jan 06