Data step view of person objects in SAS metadata

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 […]