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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Save the date!
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.