* Core Supplement 02-10-2009 Key Contact.

VARIABLE LABELS
EIN "Employer identification number."
p5Name "Part V - Key contact name (col.A)"
p5Title "Part V - Key contact title (col.B)"
p5Hours "Part V - Key contact hours (col.B)"
p5Comp "Part V - Key contact compensation: salaries, bonuses, fees, & severance payments paid (col.C)"
p5Cont "Part V - Key contact contributions to employee benefit plans & deferred contribs. (col.D)"
p5Exps "Part V - Key contact expenses (col.E)"
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.
.