The logs from SAS STPs are by default under Config\Lev1\SASApp\StoredProcessServer\Logs, you can write code to analysis the content, who opened it and run it. There is no exist tools can do this, since the content of the logs are free text. And one application normally are developed by more than one SAS STPs (SAS code in behind), in order to summarize it more easily, you can design your code to record and output some info into one database, once the program is running by someone, and maintain it.
For myself, I just standardlize the filename of the SAS program of the STPs, then simply catch the keyword of the logs then do the summary. And print them out using JavaScript package.
... View more