/* SPSS Data Definition File /* Created by ddltox on Mar 15, 2007 (Thu 11:08 AM EDT) /* DDL source file: "/usr/www/tmp/AAIOaWhZ.txt". TITLE "NATIONAL SURVEY OF BLACK AMERICANS, WAVES 1-4, Dataset 0001". COMMENT DDL indicates that dataset record length (reclen) is 5 columns. DATA LIST fixed records=1 FILE="x" /* Replace 'x' with full path name of your input data file. /1 CASEID 1-4 V5010 5 . VARIABLE LABELS V5010 'How Satisfied W/Police Nghbhd' / . VALUE LABELS V5010 0 '0: INAP' 1 '1: VERY SATISF' 2 '2: SOME SATISF' 3 '3: SOME DISSAT' 4 '4: VERY DISSAT' 8 '8: DK' 9 '9: NA' / . COMMENT md, min and max specifications were translated into the COMMENT following "MISSING VALUES" commands and "IF" statements:. SAVE OUTFILE=y /* Replace 'y' with name to give your system file /MAP /COMPRESSED /* Delete this line if you want an uncompressed file .