Is there anyway to set up row level auditing for data sets with just Base SAS running on a local desktop with no internet connection (can connect if needed, under certain conditions but no sustained access)?
I have SAS EG & Studio and have administrator rights to the machine so I can install other applications if necessary. We are migrating to a server soon with row level auditing options.
Basically, I'm getting some sensitive data that I need to really secure. We're upgrading to server tech, but that won't be fully functional until November but I'm receiving the data in August. So I can either delay my project two to three months or find a way to ensure it's secure before then.
Unfortunately I also need read level auditing. Ie did someone look up their spouse/ex/colleague when they shouldn't have.
If I was in your situation my workaround would probably be to load the data into PostgreSQL and configure it with something like the pgaudit extension. Not ideal & obviously a longshot, but potentially doable with ODBC (unless you just happen to have access to postgres licensed).
Sorry to not have a better solution for you. I'm curious, what the row level auditing options will be once you've moved to server SAS?
Nik
Hello @Reeza,
yours is a great question. SAS Base data is just a sequential file. So not much to be done. SAS Federation Server is killing flies with a cannon.
So far I relate the most to the answer provided by @boemskats. Put the data in a small free database that will allow auditing (mostly all) (psql is one option, mysql could be another, or msql express), and then allow access to the data only through database. Of course, that means a minimum of an ODBC connection. The most flexible, cheaper and much quicker than a SAS Federation Server or some other complex solution.
Other option you might want to consider: both Windows and Linux both can offer a simple level of auditing, for reads, writes, creation, deletion, etc. But, still, on a file level, not row level 😕 I can still wish for more.
Thanks everyone. I'll roll out a open source server on the machine for now and lock it down that way.
We're going to have either an Oracle or SQL server with the data and use SAS via ODBC connections to the DB which should give us the row level auditing I need. That's what my IT team is saying at least, that's not my role fortunately 🙂
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.