set more 1 /* File: cepr_acs_socp18.do Date: Apr 16, 2020, CEPR ACS Version 1.5 Mar 02, 2021, CEPR ACS Version 1.6 Desc: Creates consistent SOC occupation code variable for 2018. Note: See copyright notice at end of program. Part of cepr_acs_occ.do*/ /* Determine survey year */ local year=year in 1 /* SOC Occupation Code */ /* Occupation codes are string with mixture of numbers and letters (X, Y). The following recodes X=9 and Y=8, and destrings variables so that value labels can be attached. */ if 2005<=`year' & `year'<=2017 { gen byte socp18=. } if 2018<=`year' & `year'<=2019 { rename socp socp18 replace socp18="111099" if socp18=="1110XX" replace socp18="119199" if socp18=="1191XX" replace socp18="132099" if socp18=="1320XX" replace socp18="151249" if socp18=="15124X" replace socp18="152099" if socp18=="1520XX" replace socp18="172099" if socp18=="1720XX" replace socp18="172199" if socp18=="1721XX" replace socp18="172188" if socp18=="1721YY" replace socp18="173019" if socp18=="17301X" replace socp18="173029" if socp18=="17302X" replace socp18="191099" if socp18=="1910XX" replace socp18="192049" if socp18=="19204X" replace socp18="193039" if socp18=="19303X" replace socp18="193099" if socp18=="1930XX" replace socp18="194099" if socp18=="1940XX" replace socp18="194088" if socp18=="1940YY" replace socp18="211099" if socp18=="21109X" replace socp18="231099" if socp18=="2310XX" replace socp18="253099" if socp18=="2530XX" replace socp18="259099" if socp18=="2590XX" replace socp18="271029" if socp18=="27102X" replace socp18="274099" if socp18=="2740XX" replace socp18="291129" if socp18=="29112X" replace socp18="291199" if socp18=="2911XX" replace socp18="292039" if socp18=="29203X" replace socp18="292059" if socp18=="29205X" replace socp18="311139" if socp18=="31113X" replace socp18="319099" if socp18=="31909X" replace socp18="333099" if socp18=="3330XX" replace socp18="339099" if socp18=="33909X" replace socp18="372019" if socp18=="37201X" replace socp18="373019" if socp18=="37301X" replace socp18="393099" if socp18=="3930XX" replace socp18="394099" if socp18=="3940XX" replace socp18="395099" if socp18=="39509X" replace socp18="433099" if socp18=="4330XX" replace socp18="434999" if socp18=="434XXX" replace socp18="434888" if socp18=="434YYY" replace socp18="439999" if socp18=="439XXX" replace socp18="452099" if socp18=="4520XX" replace socp18="472999" if socp18=="472XXX" replace socp18="474099" if socp18=="4740XX" replace socp18="475088" if socp18=="4750YY" replace socp18="475099" if socp18=="4750XX" replace socp18="492099" if socp18=="49209X" replace socp18="499049" if socp18=="49904X" replace socp18="499099" if socp18=="4990XX" replace socp18="512099" if socp18=="5120XX" replace socp18="514039" if socp18=="51403X" replace socp18="514099" if socp18=="5140XX" replace socp18="514999" if socp18=="514XXX" replace socp18="516099" if socp18=="51609X" replace socp18="517099" if socp18=="5170XX" replace socp18="519199" if socp18=="5191XX" replace socp18="534099" if socp18=="5340XX" replace socp18="535099" if socp18=="5350XX" replace socp18="536099" if socp18=="5360XX" replace socp18="537099" if socp18=="5370XX" replace socp18="537199" if socp18=="5371XX" destring socp18, replace /* so that we can attach value labels */ } #delimit; lab def socp18 111099 "1110XX: MGR-Chief Executives And Legislators" 111021 "MGR-General And Operations Managers" 112011 "MGR-Advertising And Promotions Managers" 112021 "MGR-Marketing Managers" 112022 "MGR-Sales Managers" 112030 "MGR-Public Relations And Fundraising Managers" 113012 "MGR-Administrative Services Managers" 113013 "MGR-Facilities Managers" 113021 "MGR-Computer And Information Systems Managers" 113031 "MGR-Financial Managers" 113111 "MGR-Compensation And Benefits Managers" 113121 "MGR-Human Resources Managers" 113131 "MGR-Training And Development Managers" 113051 "MGR-Industrial Production Managers" 113061 "MGR-Purchasing Managers" 113071 "MGR-Transportation, Storage, And Distribution Managers" 119013 "MGR-Farmers, Ranchers, And Other Agricultural Managers" 119021 "MGR-Construction Managers" 119030 "MGR-Education And Childcare Administrators" 119041 "MGR-Architectural And Engineering Managers" 119051 "MGR-Food Service Managers" 119070 "MGR-Entertainment And Recreation Managers" 119081 "MGR-Lodging Managers" 119111 "MGR-Medical And Health Services Managers" 119121 "MGR-Natural Sciences Managers" 119141 "MGR-Property, Real Estate, And Community Association Managers" 119151 "MGR-Social And Community Service Managers" 119161 "MGR-Emergency Management Directors" 119199 "1191XX: MGR-Other Managers" 131011 "BUS-Agents And Business Managers Of Artists, Performers, And Athletes" 131021 "BUS-Buyers And Purchasing Agents, Farm Products" 131022 "BUS-Wholesale And Retail Buyers, Except Farm Products" 131023 "BUS-Purchasing Agents, Except Wholesale, Retail, And Farm Products" 131030 "BUS-Claims Adjusters, Appraisers, Examiners, And Investigators" 131041 "BUS-Compliance Officers" 131051 "BUS-Cost Estimators" 131070 "BUS-Human Resources Workers" 131081 "BUS-Logisticians" 131082 "BUS-Project Management Specialists" 131111 "BUS-Management Analysts" 131121 "BUS-Meeting Convention, And Event Planners" 131131 "BUS-Fundraisers" 131141 "BUS-Compensation, Benefits, And Job Analysis Specialists" 131151 "BUS-Training And Development Specialists" 131161 "BUS-Market Research Analysts And Marketing Specialists" 131199 "BUS-Business Operations Specialists, All Other" 132011 "FIN-Accountants And Auditors" 132020 "FIN-Property Appraisers And Assessors" 132031 "FIN-Budget Analysts" 132041 "FIN-Credit Analysts" 132051 "FIN-Financial Analysts" 132052 "FIN-Personal Financial Advisors" 132053 "FIN-Insurance Underwriters" 132061 "FIN-Financial Examiners" 132070 "FIN-Credit Counselors And Loan Officers" 132081 "FIN-Tax Examiners And Collectors, And Revenue Agents" 132082 "FIN-Tax Preparers" 132099 "1320XX: FIN-Other Financial Specialists" 151221 "CMM-Computer And Information Research Scientists" 151211 "CMM-Computer Systems Analysts" 151212 "CMM-Information Security Analysts" 151251 "CMM-Computer Programmers" 151252 "CMM-Software Developers" 151253 "CMM-Software Quality Assurance Analysts And Testers" 151254 "CMM_Web Developers" 151255 "CMM Web And Digital Interface Designers" 151230 "CMM-Computer Support Specialists" 151249 "15124X: CMM-Database Administrators And Architects" 151244 "CMM-Network And Computer Systems Administrators" 151241 "CMM-Computer Network Architects" 151299 "CMM Computer Occupations, All Other" 152011 "CMM-Actuaries" 152031 "CMM-Operations Research Analysts" 152099 "1520XX: CMM-Other Mathematical Science Occupations" 171011 "ENG-Architects, Except Landscape And Naval" 171012 "ENG-Landscape Architects" 171020 "ENG-Surveyors, Cartographers, And Photogrammetrists" 172011 "ENG-Aerospace Engineers" 172099 "1720XX: ENG-Biomedical And Agricultural Engineers" 172041 "ENG-Chemical Engineers" 172051 "ENG-Civil Engineers" 172061 "ENG-Computer Hardware Engineers" 172070 "ENG-Electrical And Electronics Engineers" 172081 "ENG-Environmental Engineers" 172110 "ENG-Industrial Engineers, Including Health And Safety" 172121 "ENG-Marine Engineers And Naval Architects" 172131 "ENG-Materials Engineers" 172141 "ENG-Mechanical Engineers" 172199 "1721XX: ENG-Petroleum, Mining And Geological Engineers, Including Mining Safety Engineers" 172188 "1721YY: ENG-Other Engineers" 173011 "ENG-Architectural And Civil Drafters" 173019 "17301X: ENG-Other Drafters" 173023 "ENG-Electrical and Electronic Engineering Technologists And Technicians" 173029 "17302X: ENG-Other Engineering Technologists And Technicians, Except Drafters" 173031 "ENG-Surveying And Mapping Technicians" 191010 "SCI-Agricultural And Food Scientists" 191020 "SCI-Biological Scientists" 191030 "SCI-Conservation Scientists And Foresters" 191099 "1910XX: SCI-Medical Scientists, And Life Scientists, All Other" 192010 "SCI-Astronomers And Physicists" 192021 "SCI-Atmospheric And Space Scientists" 192030 "SCI-Chemists And Materials Scientists" 192041 "SCI-Environmental Scientists And Specialists, Including Health" 192049 "19204X: Geoscientists And Hydrologists, Except Geographers" 192099 "SCI-Physical Scientists, All Other" 193011 "SCI-Economists" 193033 "SCI-Clinical And Counseling Psychologists" 193034 "SCI-School Psychologists" 193039 "19303X: SCI-Other Psychologists" 193051 "SCI-Urban And Regional Planners" 193099 "1930XX: Other Social Scientists" 194010 "SCI Agricultural And Food Science Technicians" 194021 "SCI-Biological Technicians" 194031 "SCI-Chemical Technicians" 194099 "1940XX: SCI-Environmental Science And Geoscience Technicians, And Nuclear Technicians" 194088 "1940YY: SCI-Other Life, Physical, And Social Science Technicians" 195010 "SCI-Occupational Health And Safety Specialists And Technicians" 211011 "CMS-Substance Abuse And Behavioral Disorder Counselors" 211012 "CMS-Educational, Guidance, And Career Counselors And Advisors" 211013 "CMS-Marriage And Family Therapists" 211014 "CMS-Mental Health Counselors" 211015 "CMS-Rehabilitation Counselors" 211019 "CMS-Counselors, All Other" 211021 "CMS-Child, Family, And School Social Workers" 211022 "CMS-Healthcare Social Workers" 211023 "CMS-Mental Health And Substance Abuse Social Workers" 211029 "CMS-Social Workers All Other" 211092 "CMS-Probation Officers And Correctional Treatment Specialists" 211093 "CMS-Social And Human Service Assistants" 211099 "21109X: CMS-Other Community And Social Service Specialists" 212011 "CMS-Clergy" 212021 "CMS-Directors, Religious Activities And Education" 212099 "CMS-Religious Workers, All Other" 231099 "2310XX: LGL-Lawyers, And Judges, Magistrates, And Other Judicial Workers" 231012 "LGL-Judicial Law Clerks" 232011 "LGL-Paralegals And Legal Assistants" 232093 "LGL-Title Examiners, Abstractors, And Searchers" 232099 "LGL-Legal Support Workers, All Other" 251000 "EDU-Postsecondary Teachers" 252010 "EDU-Preschool And Kindergarten Teachers" 252020 "EDU-Elementary And Middle School Teachers" 252030 "EDU-Secondary School Teachers" 252050 "EDU-Special Education Teachers" 253041 "EDU-Tutors" 253099 "2530XX: EDU-Other Teachers And Instructors" 254010 "EDU-Archivists, Curators, And Museum Technicians" 254022 "EDU-Librarians And Media Collections Specialists" 254031 "EDU-Library Technicians" 259040 "EDU-Teaching Assistants" 259099 "2590XX: EDU-Other Educational Instruction and Library Workers" 271010 "ENT-Artists And Related Workers" 271021 "ENT-Commercial And Industrial Designers" 271022 "ENT-Fashion Designers" 271023 "ENT-Floral Designers" 271024 "ENT-Graphic Designers" 271025 "ENT-Interior Designers" 271026 "ENT-Merchandise Displayers And Windows Trimmers" 271029 "27102X: ENT-Other Designers" 272011 "ENT-Actors" 272012 "ENT-Producers And Directors" 272021 "ENT-Athletes And Sports Competitors" 272022 "ENT-Coaches And Scouts" 272023 "ENT-Umpires, Referees, And Other Sports Officials" 272030 "ENT-Dancers And Choreographers" 272041 "ENT-Music Directors And Composers" 272042 "ENT-Musicians And Singers" 272091 "ENT-Disc Jockeys, Except Radio" 272099 "ENT-Entertainers And Performers, Sports And Related Workers, All Other" 273011 "ENT-Broadcast Announcers And Radio Disc Jockeys" 273023 "ENT-News Analysts, Reporters, And Journalists" 273031 "ENT-Public Relations Specialists" 273041 "ENT-Editors" 273042 "ENT-Technical Writers" 273043 "ENT-Writers And Authors" 273091 "ENT-Interpreters And Translators" 273092 "ENT-Court Reporters And Simultaneous Captioners" 273099 "ENT-Media And Communications Workers, All Other" 274099 "2740XX: ENT-Other Media And Communication Equipment Workers" 274021 "ENT-Photographers" 274030 "ENT-Television, Video, And Motion Picture Camera Operators And Editors" 291011 "MED-Chiropractors" 291020 "MED-Dentists" 291031 "MED-Dietitians And Nutritionists" 291041 "MED-Optometrists" 291051 "MED-Pharmacists" 291210 "MED-Physicians" 291240 "MED-Surgeons" 291071 "MED-Physician Assistants" 291081 "MED-Podiatrists" 291122 "MED-Occupational Therapists" 291123 "MED-Physical Therapists" 291124 "MED-Radiation Therapists" 291125 "MED-Recreational Therapists" 291126 "MED-Respiratory Therapists" 291127 "MED-Speech-Language Pathologists" 291129 "29112X: MED-Other Therapists" 291131 "MED-Veterinarians" 291141 "MED-Registered Nurses" 291151 "MED-Nurse Anesthetists" 291181 "MED-Audiologists" 291199 "2911XX: MED-Nurse Practitioners And Nurse Midwives" 291291 "MED-Acupuncturists" 291299 "MED-Healthcare Diagnosing Or Treating Practitioners, All Other" 292010 "MED-Clinical Laboratory Technologists And Technicians" 291292 "MED-Dental Hygienists" 292031 "MED-Cardiovascular Technologists And Technicians" 292032 "MED-Diagnostic Medical Sonographers" 292034 "MED-Radiologic Technologists And Technicians" 292035 "MED-Magnetic Resonance Imaging Technologists" 292039 "29203X: MED-Nuclear Medicine Technologists And Medical Dosimetrists" 292042 "MED-Emergency Medical Technicians" 292043 "MED-Paramedics" 292052 "MED-Pharmacy Technicians" 292053 "MED-Psychiatric Technicians" 292055 "MED-Surgical Technologists" 292056 "MED-Veterinary Technologists And Technicians" 292059 "29205X: MED-Dietetic Technicians And Ophthalmic Medical Technicians" 292061 "MED-Licensed Practical And Licensed Vocational Nurses" 292072 "MED-Medical Records Specialists" 292081 "MED-Opticians, Dispensing" 292090 "MED-Miscellaneous Health Technologists And Technicians" 299000 "MED-Other Healthcare Practitioners And Technical Occupations" 311121 "HLS-Home Health Aides" 311122 "HLS-Personal Care Aides" 311131 "HLS-Nursing Assistants" 311139 "31113X: HLS-Orderlies And Psychiatric Aides" 312010 "HLS-Occupational Therapy Assistants And Aides" 312020 "HLS-Physical Therapist Assistants And Aides" 319011 "HLS-Massage Therapists" 319091 "HLS-Dental Assistants" 319092 "HLS-Medical Assistants" 319094 "HLS-Medical Transcriptionists" 319095 "HLS-Pharmacy Aides" 319096 "HLS-Veterinary Assistants And Laboratory Animal Caretakers" 319097 "HLS-Phlebotomists" 319099 "31909X: HLS-Other Healthcare Support Workers" 331011 "PRT-First-Line Supervisors Of Correctional Officers" 331012 "PRT-First-Line Supervisors Of Police And Detectives" 331021 "PRT-First-Line Supervisors Of Fire Fighting And Prevention Workers" 331090 "PRT-Miscellaneous First-Line Supervisors, Protective Service Workers" 332011 "PRT-Firefighters" 332020 "PRT-Fire Inspectors" 333011 "PRT-Bailiffs" 333012 "PRT-Correctional Officers And Jailers" 333021 "PRT-Detectives And Criminal Investigators" 333099 "3330XX: PRT-Fish And Game Wardens And Parking Enforcement Officers" 333050 "PRT-Police Officers" 339011 "PRT-Animal Control Workers" 339021 "PRT-Private Detectives And Investigators" 339030 "PRT-Security Guards And Gaming Surveillance Officers" 339091 "PRT-Crossing Guards And Flaggers" 339093 "PRT-Transportation Security Screeners" 339094 "PRT-School Bus Monitors" 339099 "33909X: PRT-Other Protective Service Workers" 351011 "EAT-Chefs And Head Cooks" 351012 "EAT-First-Line Supervisors Of Food Preparation And Serving Workers" 352010 "EAT-Cooks" 352021 "EAT-Food Preparation Workers" 353011 "EAT-Bartenders" 353023 "EAT-Fast Food And Counter Workers" 353031 "EAT-Waiters And Waitresses" 353041 "EAT-Food Servers, Nonrestaurant" 359011 "EAT-Dining Room And Cafeteria Attendants And Bartender Helpers" 359021 "EAT-Dishwashers" 359031 "EAT-Hosts And Hostesses, Restaurant, Lounge, And Coffee Shop" 359099 "EAT-Food Preparation And Serving Related Workers, All Other" 371011 "CLN-First-Line Supervisors Of Housekeeping And Janitorial Workers" 371012 "CLN-First-Line Supervisors Of Landscaping, Lawn Service, And Groundskeeping Workers" 372019 "37201X: CLN-Janitors And Building Cleaners" 372012 "CLN-Maids And Housekeeping Cleaners" 372021 "CLN-Pest Control Workers" 373011 "CLN-Landscaping And Groundskeeping Workers" 373013 "CLN-Tree Trimmers And Pruners" 373019 "37301X: CLN-Other Grounds Maintenance Workers" 391000 "PRS-Supervisors of Personal Care And Service Workers" 392011 "PRS-Animal Trainers" 392021 "PRS-Animal Caretakers" 393010 "PRS-Gambling Services Workers" 393031 "PRS-Ushers, Lobby Attendants, And Ticket Takers" 393099 "3930XX: PRS-Other Entertainment Attendants And Related Workers" 394031 "PRS-Morticians, Undertakers, And Funeral Arrangers" 394099 "3940XX: PRS-Embalmers, Crematory Operators, And Funeral Attendants" 395011 "PRS-Barbers" 395012 "PRS-Hairdressers, Hairstylists, And Cosmetologists" 395092 "PRS-Manicurists and Pedicurists" 395094 "PRS-Skincare Specialists" 395099 "39509X: PRS-Other Personal Appearance Workers" 396010 "PRS-Baggage Porters, Bellhops, And Concierges" 397010 "PRS-Tour And Travel Guides" 399011 "PRS-Childcare Workers" 399031 "PRS-Exercise Trainers And Group Fitness Instructors" 399032 "PRS-Recreation Workers" 399041 "PRS-Residential Advisors" 399099 "PRS-Personal Care And Service Workers, All Other" 411011 "SAL-First-Line Supervisors Of Retail Sales Workers" 411012 "SAL-First-Line Supervisors Of Non-Retail Sales Workers" 412010 "SAL-Cashiers" 412021 "SAL-Counter And Rental Clerks" 412022 "SAL-Parts Salespersons" 412031 "SAL-Retail Salespersons" 413011 "SAL-Advertising Sales Agents" 413021 "SAL-Insurance Sales Agents" 413031 "SAL-Securities, Commodities, And Financial Services Sales Agents" 413041 "SAL-Travel Agents" 413091 "SAL-Sales Representatives Of Services, Except Advertising, Insurance, Financial Services, And Travel" 414010 "SAL-Sales Representatives, Wholesale And Manufacturing" 419010 "SAL-Models, Demonstrators, And Product Promoters" 419020 "SAL-Real Estate Brokers And Sales Agents" 419031 "SAL-Sales Engineers" 419041 "SAL-Telemarketers" 419091 "SAL-Door-To-Door Sales Workers, News And Street Vendors, And Related Workers" 419099 "SAL-Sales And Related Workers, All Other" 431011 "OFF-First-Line Supervisors Of Office And Administrative Support Workers" 432011 "OFF-Switchboard Operators, Including Answering Service" 432021 "OFF-Telephone Operators" 432099 "OFF-Communications Equipment Operators, All Other" 433011 "OFF-Bill And Account Collectors" 433021 "OFF-Billing And Posting Clerks" 433031 "OFF-Bookkeeping, Accounting, And Auditing Clerks" 433051 "OFF-Payroll And Timekeeping Clerks" 433061 "OFF-Procurement Clerks" 433071 "OFF-Tellers" 433099 "4330XX: OFF-Other Financial Clerks" 434031 "OFF-Court, Municipal, And License Clerks" 434041 "OFF-Credit Authorizers, Checkers, And Clerks" 434051 "OFF-Customer Service Representatives" 434061 "OFF-Eligibility Interviewers, Government Programs" 434071 "OFF-File Clerks" 434081 "OFF-Hotel, Motel, And Resort Desk Clerks" 434111 "OFF-Interviewers, Except Eligibility And Loan" 434121 "OFF-Library Assistants, Clerical" 434131 "OFF-Loan Interviewers And Clerks" 434141 "OFF-New Accounts Clerks" 434999 "434XXX: OFF-Correspondence Clerks And Order Clerks" 434161 "OFF-Human Resources Assistants, Except Payroll And Timekeeping" 434171 "OFF-Receptionists And Information Clerks" 434181 "OFF-Reservation And Transportation Ticket Agents And Travel Clerks" 434888 "434YYY: OFF-Other Information And Records Clerks" 435011 "OFF-Cargo And Freight Agents" 435021 "OFF-Couriers And Messengers" 435031 "OFF-Public Safety Telecommunicators" 435032 "OFF-Dispatchers, Except Police, Fire, And Ambulance" 435041 "OFF-Meter Readers, Utilities" 435051 "OFF-Postal Service Clerks" 435052 "OFF-Postal Service Mail Carriers" 435053 "OFF-Postal Service Mail Sorters, Processors, And Processing Machine Operators" 435061 "OFF-Production, Planning, And Expediting Clerks" 435071 "OFF-Shipping, Receiving, And Traffic Clerks" 435111 "OFF-Weighers, Measurers, Checkers, And Samplers, Recordkeeping" 436011 "OFF-Executive Secretaries And Executive Administrative Assistants" 436012 "OFF-Legal Secretaries And Administrative Assistants" 436013 "OFF-Medical Secretaries And Administrative Assistants" 436014 "OFF-Secretaries And Administrative, Except Legal, Medical, And Executive" 439021 "OFF-Data Entry Keyers" 439022 "OFF-Word Processors And Typists" 439041 "OFF-Insurance Claims And Policy Processing Clerks" 439051 "OFF-Mail Clerks And Mail Machine Operators, Except Postal Service" 439061 "OFF-Office Clerks, General" 439071 "OFF-Office Machine Operators, Except Computer" 439081 "OFF-Proofreaders And Copy Markers" 439111 "OFF-Statistical Assistants" 439999 "439XXX: OFF-Other Office And Administrative Support Workers" 451011 "FFF-First-Line Supervisors Of Farming, Fishing, And Forestry Workers" 452011 "FFF-Agricultural Inspectors" 452041 "FFF-Graders And Sorters, Agricultural Products" 452099 "4520XX: FFF-Other Agricultural Workers" 453031 "FFF-Fishing And Hunting Workers" 454011 "FFF-Forest And Conservation Workers" 454020 "FFF-Logging Workers" 471011 "CON-First-Line Supervisors Of Construction Trades And Extraction Workers" 472011 "CON-Boilermakers" 472031 "CON-Carpenters" 472040 "CON-Carpet, Floor, And Tile Installers And Finishers" 472050 "CON-Cement Masons, Concrete Finishers, And Terrazzo Workers" 472061 "CON-Construction Laborers" 472070 "CON-Construction Equipment Operators" 472080 "CON-Drywall Installers, Ceiling Tile Installers, And Tapers" 472111 "CON-Electricians" 472121 "CON-Glaziers" 472130 "CON-Insulation Workers" 472140 "CON-Painters And Paperhangers" 472151 "CON-Pipelayers" 472152 "CON-Plumbers, Pipefitters, And Steamfitters" 472161 "CON-Plasterers And Stucco Masons" 472181 "CON-Roofers" 472211 "CON-Sheet Metal Workers" 472221 "CON-Structural Iron And Steel Workers" 472231 "CON-Solar Photovoltaic Installers" 472999 "472XXX: CON-Brickmasons, Blockmasons, Stonemasons, And Reinforcing Iron And Rebar Workers" 473010 "CON-Helpers, Construction Trades" 474011 "CON-Construction And Building Inspectors" 474021 "CON-Elevator Installers And Repairers" 474031 "CON-Fence Erectors" 474041 "CON-Hazardous Materials Removal Workers" 474051 "CON-Highway Maintenance Workers" 474061 "CON-Rail-Track Laying And Maintenance Equipment Operators" 474099 "4740XX: CON-Other Construction And Related Workers" 475088 "4750YY: EXT-Derrick, Rotary Drill, And Service Unit Operators, And Roustabouts, Oil, Gas, And Mining" 475020 "EXT_Surface Mining Machine Operators And Earth Drillers" 475032 "EXT-Explosives Workers, Ordnance Handling Experts, And Blasters" 475040 "EXT-Underground Mining Machine Operators" 475099 "4750XX: EXT-Other Extraction Workers" 491011 "RPR-First-Line Supervisors Of Mechanics, Installers, And Repairers" 492011 "RPR-Computer, Automated Teller, And Office Machine Repairers" 492020 "RPR-Radio And Telecommunications Equipment Installers And Repairers" 492091 "RPR-Avionics Technicians" 492092 "RPR-Electric Motor, Power Tool, And Related Repairers" 492099 "49209X: RPR-Other Electrical And Electronic Equipment Mechanics, Installers, and Repairers" 492097 "RPR-Electronic Home Entertainment Equipment Installers And Repairers" 492098 "RPR-Security And Fire Alarm Systems Installers" 493011 "RPR-Aircraft Mechanics And Service Technicians" 493021 "RPR-Automotive Body And Related Repairers" 493022 "RPR-Automotive Glass Installers And Repairers" 493023 "RPR-Automotive Service Technicians And Mechanics" 493031 "RPR-Bus And Truck Mechanics And Diesel Engine Specialists" 493040 "RPR-Heavy Vehicle And Mobile Equipment Service Technicians And Mechanics" 493050 "RPR-Small Engine Mechanics" 493090 "RPR-Miscellaneous Vehicle And Mobile Equipment Mechanics, Installers, And Repairers" 499010 "RPR-Control And Valve Installers And Repairers" 499021 "RPR-Heating, Air Conditioning, And Refrigeration Mechanics And Installers" 499031 "RPR-Home Appliance Repairers" 499049 "49904X: RPR-Industrial And Refractory Machinery Mechanics" 499043 "RPR-Maintenance Workers, Machinery" 499044 "RPR-Millwrights" 499051 "RPR-Electrical Power-Line Installers And Repairers" 499052 "RPR-Telecommunications Line Installers And Repairers" 499060 "RPR-Precision Instrument And Equipment Repairers" 499071 "RPR-Maintenance And Repair Workers, General" 499091 "RPR-Coin, Vending, And Amusement Machine Servicers And Repairers" 499094 "RPR-Locksmiths And Safe Repairers" 499096 "RPR-Riggers" 499098 "RPR-Helpers--Installation, Maintenance, And Repair Workers" 499099 "4990XX: RPR-Other Installation, Maintenance, And Repair Workers" 511011 "PRD-First-Line Supervisors Of Production And Operating Workers" 512020 "PRD-Electrical, Electronics, And Electromechanical Assemblers" 512031 "PRD-Engine And Other Machine Assemblers" 512041 "PRD-Structural Metal Fabricators And Fitters" 512099 "5120XX: PRD-Other Assemblers and Fabricators" 513011 "PRD-Bakers" 513020 "PRD-Butchers And Other Meat, Poultry, And Fish Processing Workers" 513091 "PRD-Food And Tobacco Roasting, Baking, And Drying Machine Operators And Tenders" 513092 "PRD-Food Batchmakers" 513093 "PRD-Food Cooking Machine Operators And Tenders" 513099 "PRD-Food Processing Workers, All Other" 519160 "PRD-Computer Numerically Controlled Tool Operators And Programmers" 514020 "PRD-Forming Machine Setters, Operators, And Tenders, Metal And Plastic" 514031 "PRD-Cutting, Punching, And Press Machine Setters, Operators, And Tenders, Metal And Plastic" 514033 "Grinding, Lapping, Polishing, And Buffing Machine Tool Setters, Operators, And Tenders, Metal and Plastic" 514039 "51403X: Other Machine Tool Setters, Operators, And Tenders, Metal And Plastic" 514041 "PRD-Machinists" 514050 "PRD-Metal Furnace Operators, Tenders, Pourers, And Casters" 514099 "5140XX: PRD-Model Makers, Patternmakers, And Molding Machine Setters, Metal And Plastic" 514111 "PRD-Tool And Die Makers" 514120 "PRD-Welding, Soldering, And Brazing Workers" 514999 "514XXX: PRD-Other Metal Workers And Plastic Workers" 515111 "PRD-Prepress Technicians And Workers" 515112 "PRD-Printing Press Operators" 515113 "PRD-Print Binding And Finishing Workers" 516011 "PRD-Laundry And Dry-Cleaning Workers" 516021 "PRD-Pressers, Textile, Garment, And Related Materials" 516031 "PRD-Sewing Machine Operators" 516040 "PRD-Shoe And Leather Workers" 516050 "PRD-Tailors, Dressmakers, And Sewers" 516060 "PRD-Textile Machine Setters, Operators, And Tenders" 516093 "PRD-Upholsterers" 516099 "51609X: PRD-Other Textile, Apparel, And Furnishings Workers" 517011 "PRD-Cabinetmakers And Bench Carpenters" 517021 "PRD-Furniture Finishers" 517041 "PRD-Sawing Machine Setters, Operators, And Tenders, Wood" 517042 "PRD-Woodworking Machine Setters, Operators, And Tenders, Except Sawing" 517099 "5170XX: PRD-Other Woodworkers" 518010 "PRD-Power Plant Operators, Distributors, And Dispatchers" 518021 "PRD-Stationary Engineers And Boiler Operators" 518031 "PRD-Water And Wastewater Treatment Plant And System Operators" 518090 "PRD-Miscellaneous Plant And System Operators" 519010 "PRD-Chemical Processing Machine Setters, Operators, And Tenders" 519020 "PRD-Crushing, Grinding, Polishing, Mixing, And Blending Workers" 519030 "PRD-Cutting Workers" 519041 "PRD-Extruding, Forming, Pressing, And Compacting Machine Setters, Operators, And Tenders" 519051 "PRD-Furnace, Kiln, Oven, Drier, And Kettle Operators And Tenders" 519061 "PRD-Inspectors, Testers, Sorters, Samplers, And Weighers" 519071 "PRD-Jewelers And Precious Stone And Metal Workers" 519080 "Dental And Ophthalmic Laboratory Technicians And Medical Appliance Technicians" 519111 "PRD-Packaging And Filling Machine Operators And Tenders" 519120 "PRD-Painting Workers" 519151 "PRD-Photographic Process Workers And Processing Machine Operators" 519191 "PRD-Adhesive Bonding Machine Operators And Tenders" 519194 "PRD-Etchers And Engravers" 519195 "PRD-Molders, Shapers, And Casters, Except Metal And Plastic" 519196 "PRD-Paper Goods Machine Setters, Operators, And Tenders" 519197 "PRD-Tire Builders" 519198 "PRD-Helpers-Production Workers" 519199 "5191XX: PRD-Miscellaneous Production Workers, Including Equipment Operators and Tenders" 531000 "TRN-Supervisors Of Transportation And Material Moving Workers" 532010 "TRN-Aircraft Pilots And Flight Engineers" 532020 "TRN-Air Traffic Controllers And Airfield Operations Specialists" 532031 "TRN-Flight Attendants" 533011 "TRN-Ambulance Drivers And Attendants, Except Emergency Medical Technicians" 533051 "TRN-Bus Drivers, School" 533052 "TRN-Bus Drivers, Transit And Intercity" 533030 "TRN-Driver/Sales Workers And Truck Drivers" 533053 "TRN-Shuttle Drivers and Chauffeurs" 533054 "TRN-Taxi Drivers" 533099 "TRN-Motor Vehicle Operators, All Other" 534010 "TRN-Locomotive Engineers And Operators" 534031 "TRN-Railroad Conductors And Yardmasters" 534099 "5340XX: TRN-Other Rail Transportation Workers" 535099 "5350XX: TRN-Sailors And Marine Oilers, And Ship Engineers" 535020 "TRN-Ship And Boat Captains And Operators" 536021 "TRN-Parking Lot Attendants" 536030 "TRN-Transportation Service Attendants" 536051 "TRN-Transportation Inspectors" 536061 "TRN-Passenger Attendants" 536099 "5360XX: TRN-Other Transportation Workers" 537021 "TRN-Crane And Tower Operators" 537099 "5370XX: TRN-Conveyor, Dredge, And Hoist And Winch Operators" 537051 "TRN-Industrial Truck And Tractor Operators" 537061 "TRN-Cleaners Of Vehicles And Equipment" 537062 "TRN-Laborers And Freight, Stock, And Material Movers, Hand" 537063 "TRN-Machine Feeders And Offbearers" 537064 "TRN-Packers And Packagers, Hand" 537065 "TRN-Stockers And Order Fillers" 537070 "TRN-Pumping Station Operators" 537081 "TRN-Refuse And Recyclable Material Collectors" 537199 "5371XX: TRN-Other Material Moving Workers" 551010 "MIL-Military Officer Special And Tactical Operations Leaders" 552010 "MIL-First-Line Enlisted Military Supervisors" 553010 "MIL-Military Enlisted Tactical Operations And Air/Weapons Specialists And Crew Members" 559830 "MIL-Military, Rank Not Specified" 999920 "Unemployed And Last Worked 5 Years Ago Or Earlier Or Never Worked" ; #delimit cr lab val socp18 socp18 lab var socp18 "SOC Occupation Code (2018-on)" notes socp18: ACS: SOCP notes socp18: Consistent for 2018-2019 /* Copyright 2021 CEPR, John Schmitt, Hye Jin Rho, Janelle Jones, Cherrie Bucknor, Brian Dew, Hayley Brown Center for Economic and Policy Research 1611 Connecticut Avenue, NW Suite 400 Washington, DC 20009 Tel: (202) 293-5380 Fax: (202) 588-1356 http://www.cepr.net This file is part of the cepr_acs_master.do program. This file and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */