
| Number: | 026 |
| Name: | Previously employed |
| Abbreviation: | PREVEMP |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | This field identifies whether the HE leaver worked for their employer before or during the programme of study they completed recently. Question asked: Q17. Thinking still about your employer on 15 April 2004/14 January 2005: did you work for this employer before or during the programme of study you recently completed? |
| Notes: | If the leaver ticks more than one of the boxes 1 to 3, then return code '3'. If the leaver ticks box 4 and any other combination then return code 'X'. Default code 'X' must be used when field 4, METHOD = '9' or field 5, EMPCIR = '06' to '14'. |
| Reason Required: | To find out how many HE leavers remain with/return to previous employers. |
| 1 | Yes, before programme of study |
| 2 | Yes, during programme of study |
| 3 | Yes, both before and during programme of study |
| 4 | No |
| X | Question not answered (default) |
| 025240 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 025241 | This field must contain a valid code (1 - 4, or X) (Severity: 99) |
M_VALIDCODE | |
| 025242 | If METHOD is coded (8 or 9) this field must be coded X. (Severity: 99) |
M_ISFIELD(_METHOD_,"8") || M_ISFIELD(_METHOD_,"9")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 025243 | If EMPCIR is coded (06 - 14) this field must be coded X. (Severity: 99) |
(M_ISFIELD(_EMPCIR_,"06") || M_ISFIELD(_EMPCIR_,"07") || M_ISFIELD(_EMPCIR_,"08") || M_ISFIELD(_EMPCIR_,"09") || M_ISFIELD(_EMPCIR_,"10") || M_ISFIELD(_EMPCIR_,"11") || M_ISFIELD(_EMPCIR_,"12") || M_ISFIELD(_EMPCIR_,"13") || M_ISFIELD(_EMPCIR_,"14"))? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 026823 | If EMPCIR is coded (01 - 05) and METHOD is coded (1, 2 or 5) this field must NOT be coded X. (Severity: 9) |
((M_ISFIELD(_EMPCIR_,"01") || M_ISFIELD(_EMPCIR_,"02") || M_ISFIELD(_EMPCIR_,"03") || M_ISFIELD(_EMPCIR_,"04") || M_ISFIELD(_EMPCIR_,"05")) && (M_ISFIELD(_METHOD_,"1") || M_ISFIELD(_METHOD_,"2") || M_ISFIELD(_METHOD_,"5")))? !M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |