When a character format is applied to an analysis variable in PROC UNIVARIATE and the FREQ option is specified, the VALUE column in the Frequency Count section of the printed output will contain all missing values.
To circumvent this problem, omit the FREQ option on the PROC UNIVARIATE statement and use PROC FREQ instead. In PROC FREQ, specify the analysis variable on the TABLES statement.