@anand5466 wrote:
Hi,
I need to transpose the multiple columns. The below table is my source
and i need the data like the below
Do you need data that will be processed by other programs or a report (people read these).
You want does not appear to be a data set but a report and Proc report can get the values pretty close with the Type and Num variables as Across variables with code and name as Group variables.
But without an actual data set I am not going to try to dummy data to match.
... View more