BookmarkSubscribeRSS Feed
tmm
Fluorite | Level 6 tmm
Fluorite | Level 6

I have this code and wonder what the dash dash signifies

proc sort nodupekey; by mem_id - - prov_eff_dt;

run;


3 REPLIES 3
PGStats
Opal | Level 21

It means to do the sort according to all the variables from mem_id to prov_eff_dt in the list of variables of the dataset that is getting sorted.

PG

PG
FloydNevseta
Pyrite | Level 9

It signifies a list of variables beginning with mem_id and ending with prov_eff_dt based on the order the variables were defined in the dataset. Here is the section that covers variable lists.

http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000695105.htm

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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