New ESF Aim Data Definition 2008/2009

A_ESFTY

DATA DEFINITION

1. Indicates the New ESF aim. Replaces the type of ESF aim (used in previous years) as from 2007/08.

PURPOSE

2. This is a new derived variable is to distinguish between “old” ESF co-financed projects beginning prior to 2008 and “new” ESF co-financed projects which are funded from 2008 onwards.It is a Learning aims dataset derived variable.

3. The type of ESF projected is defined by the format of the project dossier number.

RELEVANT COLLECTIONS

  • ILR (LR)
  • ILR (UfI)
  • ILR (ER)
  • ILR (ESF SR)

SOURCE DATA

4. The following variables are used as source data for the calculation of the New ESF Aim data definition.

Field NameLabelDataset
A01A01 Provider NumberILR Learning Aims Dataset
A03A03 Learner Reference numberILR Learning Aims Dataset
A05A05 Learning aim data set sequenceILR Learning Aims Dataset
E01E01 Provider NumberILR ESF Co-financing Dataset
E03E03 Learner Reference numberILR ESF Co-financing Dataset
E05E05 Learning aim data set sequenceILR ESF Co-financing Dataset
E22E22 Project Dossier NumberILR ESF Co-financing Dataset

VALUES

5. The table below outlines the categories for A_ESFTY

A_ESFTY Label Value Description
1NEW ESF Co-financing
2OLD ESF Co-financing
9Not identified as ESF co-financed

DETAILED DEFINITION

6. The variable should be derived as described below:
The variable requires the ESF co-financing dataset to be matched to the Learning aim dataset.


New ESF Type Sample Code

1. The following SPSS code is provided to illustrate the New ESF Aim data definition.

A_ESFTY

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

StepConditionAction/Action if trueAction if false
1 Create Numeric Variable A_ESFTY=9.
Go to 2
 
2Does the sixth Character in E22 = “L”.Set A_ESFTY=1Go to 3
3Is the sixth Number in E22 >= “0”.Set A_ESFTY=1 

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

/* MATCH IN ESF FILE or do on ESF file.

comp A_ESFTY=9.
If UPCASE(substr(E22,6,1))="L" A_ESFTY=1.
If number(substr(E22,6,1),F1)>=0 A_ESFTY=2.


Date last modified: 20th January 2009