<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: setting-up audit trails? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73018#M21178</link>
    <description>I think all you need is the correct library name on the type=audit data.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=&lt;I&gt;&lt;B&gt;SASDATA&lt;/B&gt;&lt;/I&gt;.test90194h(type=audit) noobs;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Thu, 01 Apr 2010 15:54:56 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2010-04-01T15:54:56Z</dc:date>
    <item>
      <title>setting-up audit trails?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73017#M21177</link>
      <description>I'm new to setting up audit trails and keep receiving the following error:&lt;BR /&gt;
&lt;BR /&gt;
41         proc print data=test90194h(type=audit) noobs;^M&lt;BR /&gt;
ERROR: File WORK.TEST90194H.AUDIT does not exist.&lt;BR /&gt;
42         run;&lt;BR /&gt;
&lt;BR /&gt;
Am I doing this out of sequence?&lt;BR /&gt;
&lt;BR /&gt;
proc datasets library=SASDATA;&lt;BR /&gt;
   audit test90194h;&lt;BR /&gt;
   initiate;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc append base=SASDATA.test90194h data=ftg90194h;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc print data=test90194h(type=audit) noobs;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 01 Apr 2010 15:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73017#M21177</guid>
      <dc:creator>veblen</dc:creator>
      <dc:date>2010-04-01T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: setting-up audit trails?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73018#M21178</link>
      <description>I think all you need is the correct library name on the type=audit data.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=&lt;I&gt;&lt;B&gt;SASDATA&lt;/B&gt;&lt;/I&gt;.test90194h(type=audit) noobs;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 01 Apr 2010 15:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73018#M21178</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-04-01T15:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: setting-up audit trails?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73019#M21179</link>
      <description>THANKS for the answer and quick response data _null_!!!&lt;BR /&gt;
&lt;BR /&gt;
Now I recall that it worked with the lib name last night but was generating an empty file; which lead me down another path and at some point I removed the library name.      &lt;BR /&gt;
&lt;BR /&gt;
But this works perfectly.  I seem to run into more issues with library names than anything else.&lt;BR /&gt;
&lt;BR /&gt;
At least this was an entry into the forum.</description>
      <pubDate>Thu, 01 Apr 2010 16:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/setting-up-audit-trails/m-p/73019#M21179</guid>
      <dc:creator>veblen</dc:creator>
      <dc:date>2010-04-01T16:14:05Z</dc:date>
    </item>
  </channel>
</rss>

