BookmarkSubscribeRSS Feed
knveraraju91
Barite | Level 11

Dear,

 

This is a simple question I just want to know if i can do this way.

I know how to get the output I need, but below code is not working when I try.  Can't i output two data sets from proc sort procedure. Thank you

proc sort data=one out=two three;
by id seq;
run;
4 REPLIES 4
Reeza
Super User

@knveraraju91 wrote:

Can't i output two data sets from proc sort procedure. Thank you


It depends. There are multiple output options but it's not clear what you're trying to do here, sort multiple data sets at once or duplicate the same data set or identify duplicates/unique records. 

 

 

knveraraju91
Barite | Level 11

Ok. Thank you. Here, I am trying for same data sets. I used dupout option for duplicates.

 

Both two and three are same datasets. 

Reeza
Super User

Ok, then that's not possible within PROC SORT. 

 


@knveraraju91 wrote:

Ok. Thank you. Here, I am trying for same data sets. I used dupout option for duplicates.

 

Both two and three are same datasets. 


 

LinusH
Tourmaline | Level 20

What is the use case for this requirement?

Data never sleeps

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
  • 4 replies
  • 1195 views
  • 1 like
  • 3 in conversation