1) Files contained in the anes2010panel.zip:


anes2010panel.por			SPSS portable file
anes2010panel.dta			Stata .dta dataset
anes2010panel_fcodebook.txt		Frequency Codebook
anes2010panel_dat.txt			Raw data file

sas.zip					SAS syntax files
 anes2010panel_cod.sas
 anes2010panel_col.sas
 anes2010panel_fmt.sas
 anes2010panel_md.sas
 anes2010panel_run.sas
 anes2010panel_lab.sas
 
spss.zip				SPSS syntax files
 anes2010panel_cod.sps
 anes2010panel_col.sps
 anes2010panel_md.sps
 anes2010panel_run.sps
 anes2010panel_lab.sps
 
stata.zip				Stata syntax files
 anes2010panel_cod.do
 anes2010panel_col.dct
 anes2010panel_fmt.do
 anes2010panel_md.do
 anes2010panel_run.do
 anes2010panel_lab.do 


_cod = code labels
_col = columns 
_fmt = formats
_md = missing data
_lab = variable labels


2) Note on the raw data file

The raw data file (anes2010panel_dat.txt) included in this dataset package is comma delimited.


3) Note on 'version' variable

The first variable on the raw data file is the 'version' variable. This includes the version of the data
and the date of production for these data.


4) Instructions for using SAS, SPSS, and Stata syntax files

The following will allow users to create SAS, SPSS, or Stata datasets using the syntax
files available from the ANES website: First, move the raw data file and all syntax files
to one directory (e.g. 'C:\anes\anes2010panel\20110113'). Second, edit the 'run' files to
include the pathname to the directory where the files reside. The pathname must be added 
to each line that references the raw data file, any of the input syntax files, and the
output file statements (SPSS and Stata). In the SAS 'run' file, the pathname must also be added
to the libname statement. In the case of Stata, in addition to adding pathnames to the 'run'
file, users will need to add the pathname to the first line of the dictionary file (.dct) 
where the raw data file is referenced. Third, execute the edited 'run' file which will 
create a SAS, SPSS, or Stata data files in the directory previously specified by the user.
Missing data statements are, by default, commented out in the 'run' file. Users may restore
them by removing the asterisk (*) at the start of the relevant line.

