@ThierryHerrie wrote: I appreciate your concern, but I will 🙂 It is like a report where you have a column per month, except I would like the data in a table. Cheers!
Hello, @ThierryHerrie this is a common mistake. You want a report with columns like 2021 and 2022 so you think you have to create a data set with calendar information in the variable names. Not true at all, and even though you CAN do it with calendar information in the variable names, it is not a good approach. The better approach is to have a long data set, with a variable named YEAR containing the actual year, and then use PROC REPORT to create the report.
If you can show us a portion of your data as SAS data step code, and show us the desired report, we can show you better ways to go about this.
... View more