<?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: Append with Export in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45116#M11874</link>
    <description>Try this test:&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME WrkBk EXCEL "My Workbook.xls" VER=2000;&lt;BR /&gt;
&lt;BR /&gt;
DATA WrkBk.class;&lt;BR /&gt;
SET sashelp.class;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME WrkBk CLEAR;&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME WrkBk EXCEL "My Workbook.xls" SCAN_TEXT=NO;&lt;BR /&gt;
&lt;BR /&gt;
PROC APPEND BASE=WrkBk.class&lt;BR /&gt;
DATA=sashelp.class;&lt;BR /&gt;
RUN;&lt;BR /&gt;
LIBNAME WrkBk CLEAR;</description>
    <pubDate>Thu, 08 Jul 2010 02:13:49 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2010-07-08T02:13:49Z</dc:date>
    <item>
      <title>Append with Export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45114#M11872</link>
      <description>hi would like to export a file to a certain sheet in excel, but instead of replacing the data, i would like to append.&lt;BR /&gt;
&lt;BR /&gt;
how do i do this?</description>
      <pubDate>Wed, 07 Jul 2010 12:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45114#M11872</guid>
      <dc:creator>Jackie_Stanbank</dc:creator>
      <dc:date>2010-07-07T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Append with Export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45115#M11873</link>
      <description>One way would be first import the data into SAS, append the new data to the SAS dataset and then export the new larger SAS dataset to excel - replacing the original excel file.&lt;BR /&gt;
&lt;BR /&gt;
This does keep the process within the confines of proc import and export.</description>
      <pubDate>Wed, 07 Jul 2010 14:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45115#M11873</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2010-07-07T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Append with Export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45116#M11874</link>
      <description>Try this test:&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME WrkBk EXCEL "My Workbook.xls" VER=2000;&lt;BR /&gt;
&lt;BR /&gt;
DATA WrkBk.class;&lt;BR /&gt;
SET sashelp.class;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME WrkBk CLEAR;&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME WrkBk EXCEL "My Workbook.xls" SCAN_TEXT=NO;&lt;BR /&gt;
&lt;BR /&gt;
PROC APPEND BASE=WrkBk.class&lt;BR /&gt;
DATA=sashelp.class;&lt;BR /&gt;
RUN;&lt;BR /&gt;
LIBNAME WrkBk CLEAR;</description>
      <pubDate>Thu, 08 Jul 2010 02:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Append-with-Export/m-p/45116#M11874</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2010-07-08T02:13:49Z</dc:date>
    </item>
  </channel>
</rss>

