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

Hi.....Is it possible from having to list the variable names in the Column Statement as the number of columns may change depending on the time frame for my dataset. For example, I am creating a report on the Annual Sales and each column represent the Sales for each year. Column names could be 2014, 2015, and 2016 if the dataset has the sales for these 3 years, However, the dataset could contain Sales for more than these 3 years and it is not known until the dataset is summarized. Any suggestions on how to get around this....Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Yes, if you use a naming convention. Then you can use a variable list or the colon notation. For example if you used Year as the prefix in front of your Year variables. 

 

Column Year: ;

 

Another option would be to use a long dataset and treat the variable as an ACROSS variable. 

View solution in original post

2 REPLIES 2
Reeza
Super User

Yes, if you use a naming convention. Then you can use a variable list or the colon notation. For example if you used Year as the prefix in front of your Year variables. 

 

Column Year: ;

 

Another option would be to use a long dataset and treat the variable as an ACROSS variable. 

Cynthia_sas
Diamond | Level 26
Hi:
Also, PROC REPORT will summarize your data, so I'm not entirely sure how you are summarizing that doesn't need variable names in the summary procedure too.

cynthia

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 2252 views
  • 0 likes
  • 3 in conversation