
| Number: | 015 |
| Name: | Qualification required for job |
| Abbreviation: | QUALREQ |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | This field describes whether the HE leaver's qualification was a necessary criteria in gaining the job they were doing on 14 April 2008/12 January 2009. Question asked: Q12. Would you have been able to get the job you were doing on 14 April 2008/12 January 2009 without the qualification you recently obtained (the actual qualification, not the subject of study)? Link from questionnaire to valid entries: No: the qualification was a formal requirement/expected (5) Possibly: but the qualification did give me an advantage (3) Yes (4) Don't know (8) |
| Notes: | If the leaver ticks more than one box then return code 'X'. Default code 'X' must be used when field 4, METHOD = '8' or '9' or field 5, EMPCIR = '10' to '14' and '16' to '17'. |
| Reason Required: | To assess the qualification requirements of different jobs. |
| 3 | Advantage |
| 4 | Yes |
| 5 | Formal Requirement/expected |
| 8 | Don't know |
| X | Question not answered (default) |
| 033306 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033307 | This field must contain a valid code (3 - 5, 8 or X) (Severity: 99) |
M_VALIDCODE | |
| 033308 | 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 | |
| 033309 | If EMPCIR is coded (10-14 or 16-17) this field must be coded X. (Severity: 99) |
(M_ISFIELD(_EMPCIR_,"10") || M_ISFIELD(_EMPCIR_,"11") || M_ISFIELD(_EMPCIR_,"12") || M_ISFIELD(_EMPCIR_,"13") || M_ISFIELD(_EMPCIR_,"14") || M_ISFIELD(_EMPCIR_,"16") || M_ISFIELD(_EMPCIR_,"17"))? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |