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

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
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
  • 2812 views
  • 1 like
  • 2 in conversation