/*PROGRAM NAME: /cen2k/formatlibrary/fmt_eeo.sas*/ proc format; /******************************************************************************/ /* EEO Occupational Groups and Titles (EEO (14)) */ /******************************************************************************/ value $eeofmt '01' = 'Management, Business and Financial Workers' '02' = 'Science, Engineering and Computer Professionals' '03' = 'Healthcare Practitioner Professionals' '04' = 'Other Professional Workers' '05' = 'Technicians' '06' = 'Sales Workers' '07' = 'Administrative Support Workers' '08' = 'Construction and Extractive Craft Workers' '09' = 'Installation, Maintenance and Repair Craft Workers' '10' = 'Production Operative Workers' '11' = 'Transportation and Material Moving Operative Workers' '12' = 'Laborers and Helpers' '13' = 'Protective Service Workers' '14' = 'Service Workers, except Protective' '15' = 'Unemployed, No Civilian Work Experience Since 1995'; run;