BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello,

I need to pull a column into proc report for computation only, but I don't want it displayed in the final report. Is this possible?

As an example, I have a report with 3 columns, week1, week2, week3.

week1=20, week2=50, week3=100. I only want to display week2 and week3 in the report, but I need week1 to compute the percentage of change from the previous week, IE, the percentage of change from week1 to week2 (without having week1 display in proc report).

Thx,

Scott
2 REPLIES 2
SASKiwi
PROC Star
Check out the NOPRINT option on the REPORT DEFINE statement:

define example / sum NOPRINT 'Example Not Printed';
deleted_user
Not applicable
That did the trick, thanks!!!

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
  • 2 replies
  • 767 views
  • 0 likes
  • 2 in conversation