I'm trying to extract details of user login/logout in SAS Viya 4. I found that the CASLib SystemData, has datasets which stores these activities.
I found two tables:
- AUDIT
- AUDIT_ACTIVITIES
Which table should I be referring to?
Also in both the tables I could only find login action. There was no logout action available.
Where can I find the logout time?
I've changed the setting for sas.audit.record to high. is there any setting I missed?