I am sure this was probably asked before but I don't know which keywords to bring up what I want - I searched and got a lot of PROC REPORT ACROSS variable stuff but nothing fits just yet, so I'm entering a new message. Here's what I want to do: I have datasets that have observations over time, with an identifier, date, and various measurement variables. I want to report, paged or otherwise grouped by identifier, with each date a column, and each variable a row with the variable label on the left and the values under the date columns. What is the best way to go:
1. Summarize (if necessary) the observations by date, then do PROC TRANSPOSE and PROC PRINT
2. PROC REPORT ? I am trying to figure out the latte but any and all advice is appreciated
... View more