<?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 data in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809656#M40607</link>
    <description>&lt;P&gt;I see nothing in your code that does an append.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 11:32:40 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-04-25T11:32:40Z</dc:date>
    <item>
      <title>Append data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809637#M40603</link>
      <description>&lt;P&gt;append this three table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc import 
OUT = n_A
datafile = "/SASDATASET/mednagar"
DBMS = xlsx
replace;
run;

proc import 
OUT = n_B
datafile = "/SASDATASET/Ahmednagar"
DBMS = xlsx
replace;
run;

proc import 
OUT = n_C
datafile = "/SASDATASET/nagar"
DBMS = xlsx
replace;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log error&lt;/P&gt;&lt;P&gt;NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For more details, run with&lt;BR /&gt;options MSGLEVEL=I.&lt;BR /&gt;NOTE: The import data set has 7109 observations and 82 variables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 09:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809637#M40603</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2022-04-25T09:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Append data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809647#M40604</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/236411"&gt;@Daily1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;append this three table&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;Log error&lt;/P&gt;
&lt;P&gt;NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For more details, run with&lt;BR /&gt;options MSGLEVEL=I.&lt;BR /&gt;NOTE: The import data set has 7109 observations and 82 variables.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is not an error message, just a note. Use the mentioned option to get more information.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 10:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809647#M40604</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-04-25T10:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Append data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809656#M40607</link>
      <description>&lt;P&gt;I see nothing in your code that does an append.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 11:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-data/m-p/809656#M40607</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-25T11:32:40Z</dc:date>
    </item>
  </channel>
</rss>

