The SPSS, Stata, and SAS code must be changed slightly if you are using a Mac, but it is quite straightforward.  

Create the default directory through the user name, using the same folder names as is given in the PC code. NOTE: slashes in the file path must be changed from back- to forward-slashes.

Ex: '/Users/username/anes2008_2009panel/20100903'

Just as with the PC directions, place the unzipped files in this directory

The file paths and code will look like this: 

File handle rawdata /name='/Users/username/anes2008_2009panel/20100903/anes2008_2009panel_rawdata.txt' LRECL=27141.

File handle readdata /name='/Users/username/anes2008_2009panel/20100903/anes2008_2009panel_columns.sps'.

File handle varlab/name='/Users/username/anes2008_2009panel/20100903/anes2008_2009panel_varlabels.sps'.

File handle codelab /name='/Users/username/anes2008_2009panel/20100903/anes2008_2009panel_codelabels.sps'.

Include file=readdata.
Include file=varlab.
Include file=codelab.
Save outfile= '/Users/username/anes2008_2009panel/20100903/anes2008_2009panel.sav'.
