BookmarkSubscribeRSS Feed
Saszealot
Calcite | Level 5
Is it possible to initiate an audit trail at the same time creating a SAS data set?
If yes how?
Thanks.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Can you be more specific to your interest level for audit trail? File-level, column- or row-level, SAS variable attribute changes, SAS program impact changes? The SAS system does have some versioning, however much (or little) would need to be implemented through the SAS application itself, rather than expecting some action to occur with the SAS system. Any type of transaction management recovery or roll-back technique would need to be engineered within the SAS application.

You may find useful technical reference and supplemental conference papers on the topic, using the SEARCH facility or with a Google advanced search against the SAS.COM site.

Scott Barry
SBBWorks, Inc.

Better SAS® Programming Through Version Control
Tim Williams, PRA International, Charlottesville, VA
http://www2.sas.com/proceedings/forum2007/006-2007.pdf
Peter_C
Rhodochrosite | Level 12
perhaps.
certainly, integrity constraints can be added only after the data set exists. However, you can add to a preexisting data set with sql insert, append and data step modify, subjecting new rows to the integrity constraints.

peterC

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 750 views
  • 0 likes
  • 3 in conversation