Read Me File for the NCES Common Core of Data Local Education Agency Universe Survey School Year 2002-03: One Year Later Files (MI) (November 2005) The following ASCII and SAS data sets contain revised Common Core of Data Local Education Agency Universe Survey: 2002-03 data for Michigan: Content Changes in Revised Files: Michigan: *Ungraded membership, PK-12 membership, and total membership. NOTE: The ASCII and SAS data sets of revised data for Michigan do not include geocode information assigned by NCES. Data users interested in accessing Michigan's geocode information for the 2002-03 school year should use the geocode information provided in the preexisting "1a" versions of the Common Core of Data files for 2002-03. Data File User's Guide ASCII file names mi021bag.dat SAS file names mi021bag.sas7bdat Merging One Year Later Files with Complete Files: These revised files can be merged into the below list pre-existing Common Core of Data Public Local Education Agency Universe Survey: 2002-03 data files. The FIPS code can be used for each state to delete and replace the schools. The FIPS codes for Michigan = 26. The pre-existing Common Core of Data Local Education Agency Universe Survey file for 2002-03 is ag021a.sd2 SAS code for merging the One Year Later SAS files into pre-existing SAS CCD Local Education Agency Universe files is as follows: MICHIGAN DATA TEMP; SET LIBNAME. AG021A; WHERE FIPST NE "26"; RUN; DATA LIBNAME.AG021B; SET TEMP LIBNAME.MI021BAG; RUN; Additional Information on Data Files: Please refer to the original 2002-03 local education agency file documentation for more information on content and other user's information.