BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
BrahmanandaRao
Lapis Lazuli | Level 10
data ds;
set sashelp.class;
run;

proc datasets library=WORK;
modify ds (sortedby=Sex);
/*rename sex =Gender ;*/

quit;

I want to sortedby in proc datasets method

1 ACCEPTED SOLUTION
7 REPLIES 7
BrahmanandaRao
Lapis Lazuli | Level 10

My dataset sex variable not sorted

BrahmanandaRao
Lapis Lazuli | Level 10

 I am trying proc datasets 

proc datasets method can sort the observations particular variables

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
  • 7 replies
  • 1589 views
  • 1 like
  • 2 in conversation