<?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: Dropping Database Table in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65249#M18611</link>
    <description>Regarding "..drop a database table.." -- presume this means a SAS database table or SAS data set or a SAS data library member. Yes - check PROC DATASETS.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
delete sas table site:sas.com</description>
    <pubDate>Fri, 05 Mar 2010 16:06:25 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-03-05T16:06:25Z</dc:date>
    <item>
      <title>Dropping Database Table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65248#M18610</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am new to SAS. Is there a way to drop a database table without using SAS SQL PROC? For example, the following code snippet only deletes content from the database table but not drops the table altogether right?&lt;BR /&gt;
&lt;BR /&gt;
sqltest ODBC uid=&amp;amp;sql_user pwd=&amp;amp;sql_pass dsn=ermll;&lt;BR /&gt;
 &lt;BR /&gt;
data test;&lt;BR /&gt;
   x='a'; y=1; output;&lt;BR /&gt;
   x='b'; y=2; output;&lt;BR /&gt;
   x='c'; y=3; output;&lt;BR /&gt;
   x='d'; y=4; output;&lt;BR /&gt;
   x='e'; y=5; output;&lt;BR /&gt;
   x='f'; y=6; output;&lt;BR /&gt;
   x='g'; y=7; output;&lt;BR /&gt;
   x='h'; y=8; output;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data=test; run;&lt;BR /&gt;
&lt;BR /&gt;
/***Load Data***/&lt;BR /&gt;
proc delete data=sqltest.test; run;&lt;BR /&gt;
data sqltest.test;&lt;BR /&gt;
   set test;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Fri, 05 Mar 2010 15:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65248#M18610</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-05T15:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping Database Table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65249#M18611</link>
      <description>Regarding "..drop a database table.." -- presume this means a SAS database table or SAS data set or a SAS data library member. Yes - check PROC DATASETS.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
delete sas table site:sas.com</description>
      <pubDate>Fri, 05 Mar 2010 16:06:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65249#M18611</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-05T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping Database Table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65250#M18612</link>
      <description>What I meant to say is I want to drop a oracle database table from SAS without using PROC SQL, not just to clear everything from that table. Is there a way to do that?</description>
      <pubDate>Fri, 05 Mar 2010 16:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65250#M18612</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-05T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping Database Table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65251#M18613</link>
      <description>Look into SQL passthrough &lt;BR /&gt;
&lt;BR /&gt;
proq sql;&lt;BR /&gt;
connect to oracle ....;&lt;BR /&gt;
execute( drop table xxx) by oracle;</description>
      <pubDate>Fri, 05 Mar 2010 16:48:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dropping-Database-Table-in-SAS/m-p/65251#M18613</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2010-03-05T16:48:04Z</dc:date>
    </item>
  </channel>
</rss>

