Page 28 - SAS_manual
P. 28
Output:
th
nd
In program 3.18 we have missing value in 2 record and missing value in 4 records. If we are not using
MISSOVER then our OUTPUT will be
By observing the above output we get to know if we don’t use MISSOVER then compiler skips next line
due to miss matching of data type.
TRUNCOVER:
Use the TRUNCOVER option in the INFILE statement to read column input or formatted input when the
last variable that is read by the INPUT statement contains varying-length data.
Program 3.19:
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 28