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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 1723 views
  • 1 like
  • 4 in conversation