BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Reeza
Super User
Actually you should make the following change, add the MISSING option to your proc freq.

proc freq data=capstone.houses;
format _character_ $missfmt.;
format _numeric_ nmissfmt.;
table _all_ / MISSING;
run;

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 15 replies
  • 18144 views
  • 2 likes
  • 3 in conversation