README.TXT


 NES 1986 POST-ELECTION STUDY 'BIAS' NONRESPONSE FILE
 is released with the following files:


     RAW DATA AND SAS/SPSS DATA DEFINITION FILES
     -------------------------------------------
     NES1986B.DAT    ASCII data for use with SAS/SPSS data definition file
     NES1986B.SPS    SPSS data definition file
     NES1986B.SAS    SAS data definition file


     SPSS PORTABLE FILE
     ------------------
     NES1986B.POR    SPSS portable (transport) file


     SAS TRANSPORT FILE
     ------------------
     NES1986B.XPT    SAS portable (transport) file **


     CODEBOOK
     --------
     INT1986B.CBK    CODEBOOK INTRODUCTORY MATERIAL
     NES1986B.CBK    CODEBOOK VARIABLE DOCUMENTATION
     APP1986B.CBK    CODEBOOK APPENDIX MATERIAL


In addition, the file NES1986B.TXT is included for users who wish to use
the NES data with the NESstat software included on the 1948-1997
NES CD-ROM.


**SAS TRANSPORT FILE NOTES:
--------------------------

Due to the manner in which SAS handles missing data definitions, the 
SAS transport file does not have in effect the missing data definitions 
found in the .SAS data definition file.
The SAS transport file was created using PROC CPORT and must be imported 
using PROC CIMPORT (not Proc Copy).   In Windows the commands would be
(for example):
    libname copy 'c:\copy';
    run;    filename trans 'c:\download\nes1986b.xpt';
    proc cimport library=copy infile=trans;
    run;
(For other operating systems, the location and file naming conventions will 
differ.) The libname statement is for the location to place the .sd2 file. 
The filename statement assigns the tag 'trans' to the location-filename of 
the transport file itself.

