* NPC Codes (old 2002 version).

VARIABLE LABELS
CODE "NPC Code"
HIERARCHY "Hierarchy"
NAME "Description"
DEFINITION "Definition"
USE_REFERENCE "Use reference"
SEE_ALSO "See also"
BROADER "Broader"
NARROWER "Narrower"
RandNum "Random number between 0 and 1 used for creating samples"
.

.
VALUE LABELS SOURCE
"SAG" "NTEE Classification based on agreement of 2 or 3 of codes from NCCS, FC or SOI."
"SOK" "NTEE Classification based on information from directory, web search or phone call."
"SQU" "NTEE Classification based on current IRS information or on previous classifications-chosen without c"
"I" "IRS Return Transaction Files"
"A" "Unified Database of Arts Organizations"
"C" "American Churches List"
"G" "Knight Foundation Grant Applicant Files"
"P" "Phone CD"
"U" "United Way"
"D" "Dun & Bradstreet Data Source"
.

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