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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1181 views
  • 1 like
  • 4 in conversation