home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / math / ksprob21.zip / KSDOCS.EXE / KSSAMPLE.COD < prev    next >
Text File  |  1992-09-10  |  534b  |  13 lines

  1. ; This is a comment line.
  2.  1 id           ;This is a comment on a data line after the data.
  3.  2 ethnicgrp -1 ;More than one value can be declared a missing value
  4.  2 ethnicgrp  8 ;code for a column, but only one value can be declared
  5.  2 ethnicgrp  9 ;per line. -1, 8 and 9 are missing value codes for col-
  6.  3 Q9a       -1 ;umn 2, as are -1 and 5 for column 3 and -1 and 4 for
  7.  3 Q9a        5 ;column 4. Column 1 has no missing value code declared.
  8.  4 Q10a      -1
  9.  4 Q10a       4
  10.  5 Q11       -1
  11.  6 Q12       -1
  12.  7 Q37a -1
  13.