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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 856 views
  • 1 like
  • 3 in conversation