Greetings,
I am trying to determine how often or if a SAS dataset is being used (read / accessed). Is there a way to tell how many times a dataset has been read / accessed? I have checked the results from proc contents and proc dataset but I do not see anything obvious that will tell me. Using the last access date will not give me enough information.
Alan
For this, you best activate the operating system's auditing subsystem. It detects any access, even one done outside of SAS (eg copy the file).
Hi LinusH and KurtBremser,
Thank you for your input. Very much appreciated.
Alan
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.