I have this code and wonder what the dash dash signifies
proc sort nodupekey; by mem_id - - prov_eff_dt;
run;
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
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
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.
Ready to level-up your skills? Choose your own adventure.