<?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: recreating table w/o losing integrity in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/recreating-table-w-o-losing-integrity/m-p/76943#M22303</link>
    <description>You may find useful SAS DOC and supplemental technical papers at the SAS Support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  -- here is one topic related paper from a SAS conference to consider.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Integrity Constraints and Audit Trails Working Together&lt;BR /&gt;
Gary Franklin, SAS Institute Inc., Austin, TX&lt;BR /&gt;
Art Jensen, SAS Institute Inc., Englewood, CO&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi25/25/aa/25p008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi25/25/aa/25p008.pdf&lt;/A&gt;</description>
    <pubDate>Fri, 13 Mar 2009 07:56:14 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-03-13T07:56:14Z</dc:date>
    <item>
      <title>recreating table w/o losing integrity</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/recreating-table-w-o-losing-integrity/m-p/76942#M22302</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
My code looks like this:&lt;BR /&gt;
&lt;BR /&gt;
proc sql;&lt;BR /&gt;
create table loan as&lt;BR /&gt;
select * from loan left join x_loan&lt;BR /&gt;
on loan.rkid = x_loan.rkid;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
rkid is a primary key and with this code of mine integrity is a problem since i recreated the table loan. Is there a way to recreate a table without the integrity? Or are there any steps i can do to achieve what i intend to do?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Fri, 13 Mar 2009 03:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/recreating-table-w-o-losing-integrity/m-p/76942#M22302</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-03-13T03:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: recreating table w/o losing integrity</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/recreating-table-w-o-losing-integrity/m-p/76943#M22303</link>
      <description>You may find useful SAS DOC and supplemental technical papers at the SAS Support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  -- here is one topic related paper from a SAS conference to consider.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Integrity Constraints and Audit Trails Working Together&lt;BR /&gt;
Gary Franklin, SAS Institute Inc., Austin, TX&lt;BR /&gt;
Art Jensen, SAS Institute Inc., Englewood, CO&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi25/25/aa/25p008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi25/25/aa/25p008.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 13 Mar 2009 07:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/recreating-table-w-o-losing-integrity/m-p/76943#M22303</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-13T07:56:14Z</dc:date>
    </item>
  </channel>
</rss>

