<?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 Write to Table in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681237#M581</link>
    <description>&lt;P&gt;After deleting data in a table, what is the syntax to write all data to a table with no filtering ?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 06:54:37 GMT</pubDate>
    <dc:creator>PROCDATARUN</dc:creator>
    <dc:date>2020-09-03T06:54:37Z</dc:date>
    <item>
      <title>Write to Table</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681237#M581</link>
      <description>&lt;P&gt;After deleting data in a table, what is the syntax to write all data to a table with no filtering ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 06:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681237#M581</guid>
      <dc:creator>PROCDATARUN</dc:creator>
      <dc:date>2020-09-03T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Table</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681238#M582</link>
      <description>&lt;P&gt;What table? A SAS Data set? Show us your code please.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 06:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681238#M582</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-09-03T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Table</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681255#M583</link>
      <description>&lt;P&gt;I have a WORK.STATS&amp;nbsp;&amp;nbsp;output on SAS that will be written to a table (MYSQL.STATSINPUT) &amp;nbsp;in SQL server.&lt;/P&gt;&lt;P&gt;Table is already created in SQL server, data will be dropped using delete statement.&lt;/P&gt;&lt;P&gt;How to write WORK.STATS to MYSQL.STATSINPUT - all of the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681255#M583</guid>
      <dc:creator>PROCDATARUN</dc:creator>
      <dc:date>2020-09-03T08:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Table</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681262#M584</link>
      <description>&lt;P&gt;Define a LIBNAME to the SQL Server schema, and use PROC APPEND.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:58:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Write-to-Table/m-p/681262#M584</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-03T08:58:40Z</dc:date>
    </item>
  </channel>
</rss>

