<?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: Proc Append Monthly Data in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624719#M8789</link>
    <description>&lt;P&gt;The first thing you will probably need to do is convert the file to a readable format.&amp;nbsp; Open it in Excel and save it as an XLSX file instead.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 02:58:22 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-02-14T02:58:22Z</dc:date>
    <item>
      <title>Proc Append Monthly Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624684#M8787</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a lot rusty with SAS but getting back into using it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to append monthly data sets to an existing SAS Table called HolData. The new data is in&amp;nbsp;&lt;CODE class=" language-sas"&gt;/folders/myfolders/Data/November.xlsb.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;This is what I have so far - any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME REFFILE '/folders/myfolders/Data/November.xlsb';

Proc append data=  out=work.HolData;

Run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 23:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624684#M8787</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2020-02-13T23:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Append Monthly Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624702#M8788</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc append base = Mylib.HolData
                     data = Mylib.MonthlyData
                     ;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Documentation is here:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p1bjrbc5esr90on12o8vs7gyv8ue.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p1bjrbc5esr90on12o8vs7gyv8ue.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 00:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624702#M8788</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-14T00:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Append Monthly Data</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624719#M8789</link>
      <description>&lt;P&gt;The first thing you will probably need to do is convert the file to a readable format.&amp;nbsp; Open it in Excel and save it as an XLSX file instead.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 02:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Append-Monthly-Data/m-p/624719#M8789</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-02-14T02:58:22Z</dc:date>
    </item>
  </channel>
</rss>

