Hi everyone,
I am currently using Proc report to create a report consisting of numeric and character values.
At the moment, I am trying to suppress any cells that show "." representing an empty numeric cell. Is there any way to take these away using proc report?
thanks.
The default missing value is a system option.
Options missing=' ';
before the Proc Report code would display a blank character for missing values in the report output.
reset to the default behavior using
options missing='.';
after the proc report.
Actually "suppressing cells" wouldn't make much sense in report output as that might tend to shift things around a lot. A more concrete of example of what your currently getting and what the desired appearance would be might generate suggestions. Data in the form of a data step and your report code using that data would be needed.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.