Examining records
To examine your data once it has been read into the C array, you can:
▪produce a holecount showing the total number of codes in each column
▪create a frequency distribution reporting the different values found in a column or field of columns
▪write out specific records and examine them individually, as discussed in
Writing out data.
See