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.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Submit your idea!
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.