I need a help in transposing a dataset without transposing a column in the data . Transpose the label names instead of column names in the dataset since column names are truncated due to length restriction in SAS.
I have tried transpose dataset with copy and by commands but I am not able to retrieve the exacts results. I have upload a document to have a view of Current and expected dataset.
Easier with a data step. Set up two arrays, one for character values and one for numeric and follow the methods illustrated in the link below.
http://www.ats.ucla.edu/stat/sas/modules/widetolong_data.htm
Easier with a data step. Set up two arrays, one for character values and one for numeric and follow the methods illustrated in the link below.
http://www.ats.ucla.edu/stat/sas/modules/widetolong_data.htm
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.