Index of /scf/2007

http://www.federalreserve.gov/pubs/oss/oss2/2007/scf2007docs.html
has Documentation:
outline:
http://www.federalreserve.gov/pubs/oss/oss2/2007/codebk2007.txt
questionnaire outline:
http://www.federalreserve.gov/pubs/oss/oss2/2007/scfoutline.2007.pdf
Showcards:
http://www.federalreserve.gov/pubs/oss/oss2/2007/showcards\ 2007.pdf
MR Interview (r) Computer Code used for Computer-Assisted Personal Interviewing (CAPI):
http://www.federalreserve.gov/pubs/oss/oss2/2007/scf07.mdd



Feb 11, 2010

I downloaded the 2007 SCF public use file in SAS Portable (XPORT) format from:

   http://www.federalreserve.gov/pubs/oss/oss2/2007/scf2007data.html#SASDAT

decompressed it, converted it to sas7bdat format and recompressed it.

The file can be loaded in SAS with:

libname scf '/home/data/scf/2007';
data...
set scf.scf2007;
...
run;

I need to update Stat/Transfer to get a stata version of the file.


Dan Feenberg

Thanks Dan.

I converted this to Stata using the stata/se option

st scf2007.sas7bdat stata/se scf2007.dta 


Jean Roth