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/anes2010panel/20110113'

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/anes2010panel/20110113/anes2010panel_dat.txt' LRECL=5167.

File handle readdata /name='/Users/username/anes2010panel/20110113/anes2010panel_col.sps'.

File handle varlab/name='/Users/username/anes2010panel/20110113/anes2010panel_lab.sps'.

File handle codelab /name='/Users/username/anes2010panel/20110113/anes2010panel_cod.sps'.

Include file=readdata.
Include file=varlab.
Include file=codelab.
Save outfile= '/Users/username/anes2010panel/20110113/anes2010panel.sav'.
