News

This example uses an INVALUE statement to create a numeric informat that converts numeric and character raw data to numeric data. invalue eval 'O'=4 'S'=3 'E'=2 'C'=1 'N'=0; run; data proclib.points; ...