Full Level 2 Entitlement Flags Sample Code

Note: This page is from an older version of the Data Dictionary and may therefore contain information that is now out of date. It is included here for reference only.

1 The following pseudo code and SPSS code is provided to illustrate the Full Level 2 Entitlement data definition.

L_LEVEL2E

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

Step

Condition

Action if true

Action if false

1

Is A_LIVE_B>1

Go to 2

2

Does any A14=22

Set L_LEVEL2E to 1

Set L_LEVEL2E to 0

3 The following SPSS code illustrates how to derive L_LEVEL2E.

/* If the reason for non-payment of fees is 'Fees Waived – Level 2 Entitlement' i.e. A14 = 22 then A_Level2E = 1.
COMPUTE A_LEVEL2E=0.
IF A14=22 A_LEVEL2E=1.

SELECT IF A_LIVE_B>1.
AGGREGATE OUTFILE = *
 /L_LEVEL2E=MAX(A_LEVEL2E).

Creator

Analysis and MI Team

Date issued

20 December 2005

Date created

9 December 2005

Document ref.

\\records.lsc.local\NAT\23 LrngSkillsPolicyInfrastr\23-07 DataCollectAlysis\23-07-03 LrnrDataAlysisDiss\nat-fulllevel2entitlementsamplecode-report-20dec2005.doc

LSC office

Learning and Skills Council
Cheylesmore House Quinton Road Coventry CV1 2WT
T 0845 019 4170 F 024 7682 3675 www.lsc.gov.uk/

Last Modified: 24 Jan 06