LEITCH_NUM_EL

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  
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_NUM_EL Leitch Numeracy Entry Level 3  

VALUES

5. The table below outlines the categories for LEITCH_NUM_EL

LEITCH Numeracy
Entry Level 3
Description
1 Leitch Numeracy Entry Level 3
0 Not Leitch Numeracy Entry Level 3


LEITCH_NUM_EL Sample Code

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

LEITCH_NUM_EL

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

Step Condition Action/Action if true Action if false
1 If Skills for Life Type = ‘Numeracy’ (SFLTY = 2)
And
Notional NVQ = ‘Entry Level’ (A_NOTION = E)
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_Num_EL = 1  

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

IF(a_sflty = 2

AND A_NOTION = "E" AND

A_TODATE_QUALIFYING_SLN_PERIOD = 1 AND

A_OPROV = 0

AND A_SFLP =1)

Leitch_Num_EL = 1.


Date last modfied: 26th February 2010