Thank you Wendy for this clarification. Is there a reference point in a SAS manual so I can see how it is doing this 'internally/automatically' to ensure it is doing what I expect? Thank you!! Rod.
... View more
There should be a tranpose task maybe under utilities?
If not, you can use a SAS code node with PROC TRANSPOSE to flip it to a wide dataset.
... View more