Login IDs are stored in SAS Metadata against Person Objects or Group Objects. It can be handy to view a list of all these logins and this Data Step View just does that! Overview This example provides data step code that will query the SAS Metadata and return a list of Login Objects. The code […]
If you have ever had to manually add in a reverse proxy, manually configure HTTPS, or otherwise needed to update the connection URLs for any of the SAS Web Applications you know that it can be a tedious job prone to errors. This information can be updated in the Configuration Manager of SAS Management Console […]
Here is a simple way to access the details of Email Addresses stored in your SAS Metadata via a view. Overview This example provides data step code that will query the SAS Metadata and return a list of Email Addresses stored against users. The code as-is will create a data step view in the work library, so […]
Here is a simple way to access the details of Person Objects (Users) in your SAS Metadata via a view. Overview This example provides data step code that will query the SAS Metadata and return a list of Person Objects (Users). The code as-is will create a data step view in the work library, so each time […]
If you have ever wanted an easy way to list what Visual Analytics Reports exist in your SAS environment, read on! Overview This example provides data step code that will query the SAS Metadata and return a list of Visual Analytics Reports. The code as-is will create a data step view in the work library, so each […]