BookmarkSubscribeRSS Feed
JibJam221
Obsidian | Level 7

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.

1 REPLY 1
ballardw
Super User

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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 447 views
  • 0 likes
  • 2 in conversation