LEITCH_LIT_L1
DATA DEFINITION
1.
SOURCE DATA
2. The following variables are used as source data for the calculation of these variables.
| Field Name |
Label |
Dataset |
| A_SFLTY |
Skills for Life Type |
Aims Standard File |
| A_NOTION |
Notional NVQ Level |
LAD |
| A_TODATE_QUALIFYING_SLN_PERIOD |
Funded under DLF |
Aims DLF File |
| A_OPROV |
DV - Aim Other Provision Flag |
Aims Standard File |
| A_SFLP |
DV - Skills for Life Participation |
Aims Standard File |
DERIVED VARIABLES AND DATASETS
3. The definition produces the following derived variable(s)
| Field Name |
Label |
Dataset |
| Leitch Literacy Level 1 |
|
|
VALUES
4. The table below outlines the categories for LEITCH_LIT_L1
LEITCH Literacy Level 1 |
Description |
| 1 |
Leitch Literacy Level 1 |
| 0 |
Not Leitch Literacy Level 1 |
LEITCH_LIT_L1 Sample Code
1. The following SPSS code is provided to illustrate the LEITCH_LIT_L1 data definition.
LEITCH_LIT_L1
2. The following table shows the steps required to derive LEITCH_LIT_L1
| Step |
Condition |
Action/Action if true |
Action if false |
| 1 |
If Skills for Life Type = ‘Literacy or Language’ (SFLTY = 1,3) And Notional NVQ = ‘Level 1’ (A_NOTION = 1) And The Aim is funded under DLF (A_TODATE_QUALIFYING_SLN_PERIOD = 1) And The Aim is ‘not other provision’ (A_OPROV =0) And The aim is skills for life participation (SFLP = 1) |
Leitch_Lit_L1 = 1 |
|
3. The following SPSS code illustrates how to derive LEITCH_LIT_L1.
|
IF(ANY(a_sflty,1,3) AND
A_NOTION = "1" AND
A_TODATE_QUALIFYING_SLN_PERIOD = 1 AND
A_OPROV = 0
AND A_SFLP =1)
Leitch_Lit_L1 = 1. |
Date last modfied: 26th February 2010