* Household Income by Zip 2007.

VARIABLE LABELS
TaxDiv2 "Amount of taxable dividends, in thousands"
SchAItemD2 "Schedule A: Used to report itemized deductions. Amount of total itemized deductions, in thousands"
SchANum2 "Number of total returns with itemized deductions"
SchCProfit2 "Schedule C: Used to Report Profit or Loss from Business. Amount of Net Profit or Loss, in thousands"
SchCProfitNum2 "Schedule C: Used to Report Profit or Loss from Business. Number of returns reporting Net Profit or Loss"
STATE "State. Two-letter state abbreviation. "
STATENAME "State Name"
STCODE "State/ zip level? St= state-level figures; zip= zip-level figures."
STFIPS "State FIPS Code"
PrepareNum2 "Number of returns reporting paid preparer"
TaxInt2 "Amount of taxable interest, in thousands"
TaxIntNum2 "Number of returns reporting taxable interest"
TaxPaidD2 "Amount of taxes paid deductions, in thousands"
TotReturns2 "Total Number of Returns"
TotTax2 "Amount of total tax, in thousands"
TotTaxNum2 "Number of returns reporting total tax "
ZIP "Zip Code. Five-digit zip code."
ExempTot2 "Number of Total Exemptions"
AGILEV "Adjusted Gross Income Level. u10= under $10,000; 10to25= $10,000 under $25,000; 25to50= $25,000 under $50,000; 50to75= $50,000 under $75,000; 75to100= $75,000 under $100,000; 100to200= $100,000 under $200,000; 200ormore= $200,000 or more; tot= total; "
Comp2 "Amount of salaries and wages, in thousands"
CompNum2 "Number of returns reporting salaries and wages"
Cont2 "Amount of charitable contributions, in thousands"
ContNum2 "Number of returns reporting charitable contributions"
EITC2 "Total amount of Earned Income Tax Credit, in thousands"
EITCNum2 "Number of total returns with Earned Income Tax Credit"
ExempDep2 "Number of Dependent Exemptions"
AGI2 "Adjusted Gross Income, in thousands of dollars "
FIPS "2-digit State + 3-digit County FIPS code (Federal Information Processing Standard). See also U.S. Census Bureau State & County QuickFacts."
IncTax2 "Amount of income tax before credits, in thousands"
IncTaxNum2 "Number of returns reporting income tax before credits "
IRADed2 "Amount of payment deductions for IRA (Individual Retirement Arrangements), in thousands"
IRADedNum2 "Number of returns reporting payment deduction for IRA (Individual Retirement Arrangements)"
MinTax2 "Amount of alternative minimum tax, in thousands"
MinTaxNum2 "Number of returns reporting alternative minimum tax"
.

.

SPSS input statement lines

GET DATA
/TYPE=TXT
/FILE="c: emp.csv"
/DELCASE=LINE
/DELIMITERS=","
/ARRANGEMENT=DELIMITED
/FIRSTCASE=2
/IMPORTCASE=ALL
/VARIABLES
. CACHE.
EXECUTE.
DATASET NAME temp WINDOW=FRONT.
.