Read Me File for the NCES Common Core of Data Local Education Agency Universe Survey: School Year 2003-04: The following ASCII and SAS data sets contain revised Common Core of Data Local Education Agency Universe Survey: 2003-04 data for Oregon: Content Changes in Revised Files: Oregon: *Total classroom teachers (TEACH03) Data File User's Guide ASCII file name or031cag.dat SAS file name or031cag.sas7bdat Merging One Year Later Files with Complete Files: These revised files can be merged into the pre-existing Common Core of Data Public Elementary/Secondary School Universe Survey: 2003-04 data files. The FIPS code can be used for each state to delete and replace the schools. The FIPS codes for Oregon = 41. The pre-existing Common Core of Data Local Education Agency Universe Survey file for 2003-04 is ag031b.sas7bdat SAS code for merging the One Year Later SAS files into pre-existing SAS CCD School Universe files is as follows: OREGON DATA TEMP; SET LIBNAME.AG031B; WHERE FIPST NE "41"; RUN; DATA LIBNAME.AG031C; SET TEMP LIBNAME.OR031CAG; RUN; Additional Information on Data Files: Please refer to the original 2003-04 school file documentation for more information on content and other user's information.