hello,
I have the following type of dataset:
I would like to transpose the column VERWEND_ZWECK_CLUSTER to obtain a table:
here are the values of the Column 'Quote' used as values for each VERWEND_ZWECK_CLUSTER value, which are used as column names in the target dataset.
How can I proceed?
thanks in advance
PY
Sort by the first three variables, and use those in the BY statement of PROC TRANSPOSE.
Use quote in VAR, and verwend_zweck_cluster as ID.
View solution in original post
thank you Kurt, case solved.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Register now!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.