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 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 5392 views
  • 2 likes
  • 5 in conversation