We have SAS versions of the most recent QWI data available ... on the SSG nodes, but not on the older VRDC nodes, where you will still find the R2009Q3 data.If you need compute access to the newer QWI, please contact contact us. On the compute node, state-specific files can be found under
/ssgprojects/qwipu/data/(STATE)
and a national file can be accessed as a view by including
/ssgprojects/qwipu/data/mk_qwi_us.sas
/ssgprojects/qwipu/data/mk_qwi_view.sas
in your SAS programs, and calling
%mk_qwi_us(states=all,qwibase=/ssgprojects/qwipu/data/);
%mk_qwi_view(states=all,qwilib=qwi_us,suffix=(SUFFIX),outlib=WORK,outname=qwi_us_&suffix
.,keep=);
where SUFFIX is one of the QWI file suffixes, the KEEP= statement allows you to subset to select files, and of course OUTLIB and OUTNAME can be customized to your liking.