BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
N_C
Calcite | Level 5 N_C
Calcite | Level 5

Hi, I've formatted my dates to display at MONYY7. (Aug2016) .  I expected the data to group together when I ran a proc means sum and grouped be the formatted variable but it doesn't.  Is there a way to make it do so please?

1 ACCEPTED SOLUTION
3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

You have used the word which answers your own question:

"I've formatted my dates to display at MONYY7. (Aug2016)"

Formats merely display the underlying data differently, they do not change the underlying data.  Hence you will still see the actual value of the data is number of days since a certain date (i.e. a SAS numeric date value), which is used when grouping.  

As you haven't shown any test data or code, can I assume you have put the format statement in your means code - that might work.  If not just put your data to a character variable as month year value, and then group on that.

N_C
Calcite | Level 5 N_C
Calcite | Level 5

Thanks.  Does exactly what I wanted now. 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1934 views
  • 1 like
  • 3 in conversation