BookmarkSubscribeRSS Feed
ciccotelli412
Calcite | Level 5

Hey Everyone,

 

Hope this can be a quick answer

 

 

I have a dataset that appears as followed:

 

HSHLD_NO     PLU1     PLU2     PLU3     PLU4     PLU5

00000                234         345       456       567          678

 

I want it to appear as this:

HSHLD_NO      PLU

00000                234

00000                345

00000                456

00000                567

00000                678

 

How do I go about doing this?

 

Also, once it is formatted like this, how would I go about removing any duplicate entries?

 

For example:

 

HSHLD_NO     PLU

00000               234

00000               345

00000               456

00000               234

00000               567

00000               678

 

How would I remove one of the two entries that has HSHLD_NO = 00000 and PLU = 234

 

 

Thank you in advance

1 REPLY 1
JBailey
Barite | Level 11

Hi @ciccotelli412

 

Take a look at PROC TRANSPOSE. 

 

Here is the link to the doc...

http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#p1n9l1b2dg00w9n1h3tov...

 

Best wishes,
Jeff

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 949 views
  • 0 likes
  • 2 in conversation