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/anes2011_egss1/20110712'

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/anes2011_egss1/20110712/anes2011_egss1_dat.txt' LRECL=6035.

File handle readdata /name='/Users/username/anes2011_egss1/20110712/anes2011_egss1_col.sps'.

File handle varlab/name='/Users/username/anes2011_egss1/20110712/anes2011_egss1_lab.sps'.

File handle codelab /name='/Users/username/anes2011_egss1/20110712/anes2011_egss1_cod.sps'.

Include file=readdata.
Include file=varlab.
Include file=codelab.
Save outfile= '/Users/username/anes2011_egss1/20110712/anes2011_egss1.sav'.
