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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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