
| Number: | 059 |
| Name: | Career related code 9 |
| Abbreviation: | CAREER9 |
| Length: | 1 |
| Status: | Compulsory. |
| Description: | These fields describe the leaver's reasons for taking the job they were doing on 14 April 2008/12 January 2009. Question asked: Q14. Why did you decide to take the job you were doing on 14 April 2008/12 January 2009? Link to questionnaire: Field 17 - It fitted into my career plan/it was exactly the type of work I wanted Field 18 - It was the best job offer I received/only job offer I received Field 19 - It was an opportunity to progress in the organisation Field 21 - To see if I would like the type of work it involved Field 59 - To gain and broaden my experience in order to get the type of job I really want Field 60 - In order to earn a living/pay off debts Field 61 - It was the right location Field 62 - The job was well-paid |
| Notes: | Question not on telephone script. Leavers can tick as many of the options on the questionnaire as they wish. Each blank/ticked option is coded as a separate field. Institutions should return '1' in the fields corresponding to the options the leaver ticked and '0' in the fields corresponding to the options they did not tick. It is acceptable for all of fields 17, 18, 19, 21, 59, 60, 61 and 62 Career related codes 1, 2, 3, 5, 9, 10, 11 and 12 to be coded '0'. For employed leavers who complete the questionnaire use code '0' rather than 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 reasons why HE leavers are in different jobs. |
| 0 | Box blank |
| 1 | Box ticked |
| X | Question not answered (default) |
| 033632 | This field must be completed. (Severity: 99) |
M_NOTEMPTY | |
| 033633 | This field must contain a valid code (0, 1 or X). (Severity: 99) |
M_VALIDCODE | |
| 033634 | If METHOD is coded (3, 4, 8 or 9) this field must be coded X. (Severity: 99) |
(M_ISFIELD(_METHOD_,"3") || M_ISFIELD(_METHOD_,"4") || M_ISFIELD(_METHOD_,"8") || M_ISFIELD(_METHOD_,"9") )? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033635 | 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 | |
| 033636 | If EMPCIR is coded (01-03 or 15) and METHOD is coded (1, 2 or 5) this field must NOT be coded X. (Severity: 99) |
(M_ISFIELD(_EMPCIR_,"01") || M_ISFIELD(_EMPCIR_,"02") || M_ISFIELD(_EMPCIR_,"03") || M_ISFIELD(_EMPCIR_,"15"))&&(M_ISFIELD(_METHOD_,"1") ||M_ISFIELD(_METHOD_,"2") ||M_ISFIELD(_METHOD_,"5"))? !M_ISFIELD(uiCurFieldNo,"X"): M_TRUE | |
| 033637 | If METHOD is coded (6 or 7) this field must be coded X if any of CAREER1, CAREER2, CAREER3, CAREER5, CAREER10, CAREER11 or CAREER12 are coded X. (Severity: 99) |
(M_ISFIELD(_METHOD_,"6") || M_ISFIELD(_METHOD_,"7"))&&(M_ISFIELD(_CAREER1_,"X") ||M_ISFIELD(_CAREER2_,"X") ||M_ISFIELD(_CAREER3_,"X") ||M_ISFIELD(_CAREER5_,"X") ||M_ISFIELD(_CAREER10_,"X") ||M_ISFIELD(_CAREER11_,"X") ||M_ISFIELD(_CAREER12_,"X"))? M_ISFIELD(uiCurFieldNo,"X"): M_TRUE |