Hi,
I would be gratefull, If anyone could tell me how can I get the list of all available procedure in my current version of SAS.
Thank you.
To my knowledge you can't get a full list of what procedures you have available, but you can run
proc setint;run;
to write a list of your installed SAS components and products and then look up the relevant procuct in the SAS documentation to see what procedures are included 🙂
proc setinit; run;
setint works, but only because it recognizes the typo.
I've never come across a programmatic way of doing it but this link may be useful:
I agree with @SASKiwi and @PeterClemmensen that as far as I know there's no way of programattically deterring which Procs are available but bear in mind that if you're using SAS University Edition there are some products for which only a subset of Procs is available (e.g. SAS ETS).
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.