/* These two statements should eliminate the pagebreaks, the date and 'The SAS System' clutter from your SAS output files. This is useful if you want to put the output file in a word processor. Just put the code at the top of your program file. 17 JUL 96 -- sas.help@umich.edu */ options formdlim=' ' nodate; title;