In Year Qualifying SLN Period Data Definition 2008/2009
A_IY_QUALIFYING_SLN_PERIOD
DATA DEFINITION
1. Aim in year qualifying SLN period.
PURPOSE
2. To identify aims that pass the qualifying period in year to be eligible to generate Standard Learner Number (SLN).
RELEVANT COLLECTIONS
- ILR (LR)
- ILR (ER)
- ILR (UFI)
- ILR (ESF SR)
- ILR (ASL)
SOURCE DATA
3. The following variables are used as source data for the calculation of In Year Qualifying SLN Period.
| Field Name | Label | Dataset |
|---|
| A_IY_QUALIFYING_SLN_PERIOD | A_IY_QUALIFYING_SLN_PERIOD Aim Passes In Year Qualifying Period to be Eligible to Generate SLN | Aims DLF Standard File |
DERIVED VARIABLES AND DATASETS
4. The definition produces the following Derived Variables
| Field Name | Label | Dataset |
|---|
| A_IY_QUALIFYING_SLN_PERIOD | A_IY_QUALIFYING_SLN_PERIOD Aim Passes In Year Qualifying Period to be Eligible to Generate SLN | Aims Standard File |
VALUES
5. The table below outlines the categories for A_IY_QUALIFYING_SLN_PERIOD
DETAILED DEFINITION
6. The aim level in year qualifying SLN period flag is matched in from the Demand Led Funding dataset, relevant to the collection. For further information please refer to documentation available on the Funding Policy page.
In Year Qualifying SLN Period Sample Code
1. The following SPSS code is provided to illustrate the In Year Qualifying SLN Period data definition.
A_IY_QUALIFYING_SLN_PERIOD
2. The following table shows the steps required to derive A_IY_QUALIFYING_SLN_PERIOD
| Step | Condition | Action/Action if true |
|---|
| 1 | Any | Set A_IY_QUALIFYING_SLN_PERIOD= 0 |
| 2 | If A_IY_QUALIFYING_SLN_PERIOD in Aims DLF File=1 | Set A_IY_QUALIFYING_SLN_PERIOD= 1 in Aims File |
2. The following SPSS code illustrates how to derive A_IY_QUALIFYING_SLN_PERIOD.
GET FILE = …………Aims Data set. SORT CASES BY L01 L03 A15 A26 A05. MATCH FILES /FILE = * /TABLE = …..Aims DLF data set /BY L01 L03 A15 A26 A05.
RECODE A_IY_QUALIFYING_SLN_PERIOD (SYSMIS=0)
VALUE LABELS A_IY_QUALIFYING_SLN_PERIOD 0 'No’ 1 'Yes’. |
Date last modified: 12th January 2009