BookmarkSubscribeRSS Feed
Matt3
Quartz | Level 8

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.

4 REPLIES 4
PeterClemmensen
Tourmaline | Level 20

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 🙂

fergieis
Fluorite | Level 6
proc setinit; run;

setint works, but only because it recognizes the typo.

ChrisBrooks
Ammonite | Level 13

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-white.png

Our biggest data and AI event of the year.

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.

 

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 5957 views
  • 2 likes
  • 5 in conversation