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).
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.