IL_FLAG

DATA DEFINITION

1. A flag to indicate whether a Learner has been ‘In Learning’ for a particular year

SOURCE DATA

2. The following variables are used as a source data for the calculation of these variables.

Field Name Label Dataset
IL_P1 to IL_P12 In learning count Derived as part of the calculation
SSOA_Live    

DERIVED VARIABLES AND DATASETS

3. The definition produces the following derived variable(s)

Field Name Label Dataset
IL_FLAG In Learning Flag  


IL_FLAG Sample Code

1. The following SPSS code is provided to illustrate the IL_FLAG data definition.

IL_FLAG

2. The following table shows the steps required to derive IL_FLAG

Step Condition Action/Action if true Action if false
1 If the Sum of In learning Periods in a Year (IL_P1 – IL_P2) and SSOA_LIVE = 1 Set IL_FLag = 1 Set IL_Flag = 0

3. The following SPSS code illustrates how to derive IL_FLAG.

IF(SUM(A_IL_P1 to A_IL_P12)

AND SSOA_LIVE = 1

IL_FLAG = 1


Date last modfied: 23rd October 2008