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;
@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.
Ok. Thank you. Here, I am trying for same data sets. I used dupout option for duplicates.
Both two and three are same datasets.
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.
What is the use case for this requirement?
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.