This is going to be a simple/dumb question... but when running proc report on a dataset where some observations have null values, the null values get displayed as '.' in the report output. Is there a setting that will make null values simply show up as blank? ("")
Not unique to PROC REPORT, but you can read up on the the MISSING system option.
cynthia
options missing=' '; /* displays . as space in reports */
ods xxx file='c:\temp\myreport.xxx';
...your code;
ods xxx close;
options missing = .; /* returns option to default */
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!