
| Number: | 016 |
| Name: | Importance to employer |
| Abbreviation: | EMPIMP |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | This field describes the factors that the HE leaver thought were important to their employer in their getting the job they were doing on 14 April 2008/12 January 2009. Question asked: Q13. As far as you are aware, what was more important to your employer about your qualification, the subject(s) you studied or the level of study? |
| Notes: | Question not on telephone script. If the leaver ticks more than one box then return code 'X'. Default code' X' must be used when field 4, METHOD = '3', '4', '8' or '9' or field 5, EMPCIR = '10' to '14' and '16' to '17'. |
| Reason Required: | To assess the varying requirements of different jobs. |
| 1 | Subject(s) studied |
| 2 | Level of study |
| 3 | Both equally important |
| 8 | Don't know |
| X | Question not answered (default) |
| 033310 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033311 | This field must contain a valid code (1 - 3, 8 or X) (Severity: 99) |
M_VALIDCODE | |
| 033312 | 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 | |
| 033313 | 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 | |
| 033503 | If METHOD is coded (3 or 4) this field should be coded X. (Severity: 9) |
M_ISFIELD(_METHOD_,"3") || M_ISFIELD(_METHOD_,"4")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033614 | If QUALREQ is coded (4 or 8) this field should be coded X. (Severity: 9) |
M_ISFIELD(_QUALREQ_,"4") || M_ISFIELD(_QUALREQ_,"8")? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |