BookmarkSubscribeRSS Feed
Lunamachine
Calcite | Level 5

Hello!

I have a problem using "Transpose" in SAS DI Studio 4.9. Is it possible in DI to transpose data from rows to columns?

 

My data is like this:

 

PatientIDYearHospital
Patient_A2015Hospital_1
Patient_A2016Hospital_2
Patient_A2017Hospital_3
Patient_B2015Hospital_3
Patient_B2016Hospital_1
Patient_B2017Hospital_1

 

and I would like to transpose the data to:

 

PatientID201520162017
Patient_AHospital_1Hospital_2Hospital_3
Patient_BHospital_3Hospital_1Hospital_1


Is this possible in SAS DI Studio?

Best regards,
Lunamachine

1 REPLY 1
LinusH
Tourmaline | Level 20
Possible? yes, good? Not so sure.
This since you will dynamically create new columns. Perhaps if you create an end user table which is not be consumed using meta data registration directly.
Look for the Transpose (!) transformation.
Data never sleeps

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1784 views
  • 1 like
  • 2 in conversation