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 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
You must be logged in to post a comment.