Appendix A3 SAS Programs***;
 Filename: CHECK.JOB
;
;
 Purpose: Use this check job to
identify out-of-range and ;
 missing numeric data
(character data is ignored). ;
;
 Created: 16 March
1995
;
;
 Input file: SEE
NOTES
;
 Output
file: NONE
;
;
 Notes:
;
;
 1. You need on the 'a' disk the
following files: '
 check.job (this
file)
 main.dat - the data file to be
checked ;
;
 2. Rename the data file you want to
check as main.dat ;
;
 3. You will need to write a format
statement for your own ;
 data. This means after the input
statement in the ;
 next section of SAS code you should
write in your own ;
Appendix 350