Here is an easy way to get a list of Stored Procedures in your SAS environment!
Overview
This example provides data step code that will query the SAS Metadata and return a list of registered Stored Procedures. The code as-is will create a data step view in the work library, so each time it is accessed it will dynamically query the SAS Metadata.
How to use it
The data step code below assumes that the connection to your Metadata Server has already been configured using the following System Options:
- METASERVER
- METAPORT
- METAUSER
- METAPASS
Example

