* Core Supplement 02-10-2009 Purpose Program.

VARIABLE LABELS
EIN "Employer identification number."
p3TYPE "Part III Description Type:
p3TYPE=Purpose - Exempt Purpose Record
p3TYPE=Program - Program Service Record"
p3TEXT "Part III Description:
p3TYPE=Purpose - Exempt Purpose Description
p3TYPE=Program - Program Service Description"
p3exp "Part III Program Service Expenses:
p3TYPE=Purpose - Not Applicable
p3TYPE=Program - Program Service Expenses"
p3grts "Part III Program Grants and Allocations:
p3TYPE=Purpose - Not Applicable
p3TYPE=Program - Program Service Grants and Allocations"
PDFName "Form 990 Return Image PDF File Name - unique identifier for Form 990 returns used to match Core Supplement Financial records to Part III (Purpose Program) and Part V (Key Contact) records"
FormYr "Keypunch Return Image Form Year"
.

.

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.
.