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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.Register now and lock in 2025 pricing—just $495!
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.