<?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 and first dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813104#M320845</link>
    <description>&lt;P&gt;Using the Force option and data set names like Import_data_in (note that your "import_ data_in" has a space in the name and will throw an error) makes me think you may be relying on Proc Import for the data read step. If so, be prepared for lots of warning about mismatched variable lengths and truncated data, warning of variables not in the base data so variables will be lost on append and possible even failure if same named variables are of different types than in an existing base data set.&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 17:21:24 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-05-16T17:21:24Z</dc:date>
    <item>
      <title>Proc append and first dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/812760#M320696</link>
      <description>Hello team,&lt;BR /&gt;I have proc append;&lt;BR /&gt;Proc append base=import_data data=import_ data_in force;&lt;BR /&gt;Run;&lt;BR /&gt;Do we need to have first dataset in sas or in our directories to be able to append second dataset to the first dataset?&lt;BR /&gt;&lt;BR /&gt;Thanks for your response!&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt; blue &amp;amp; blue</description>
      <pubDate>Wed, 11 May 2022 18:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/812760#M320696</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-05-11T18:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc append and first dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/812767#M320697</link>
      <description>&lt;P&gt;If IMPORT_DATA does not exist, then PROC APPEND goes ahead and appends IMPORT_DATA_IN to an empty data set; essentially the result in IMPORT_DATA_IN&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 18:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/812767#M320697</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-11T18:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc append and first dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813104#M320845</link>
      <description>&lt;P&gt;Using the Force option and data set names like Import_data_in (note that your "import_ data_in" has a space in the name and will throw an error) makes me think you may be relying on Proc Import for the data read step. If so, be prepared for lots of warning about mismatched variable lengths and truncated data, warning of variables not in the base data so variables will be lost on append and possible even failure if same named variables are of different types than in an existing base data set.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 17:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813104#M320845</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-16T17:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc append and first dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813498#M321082</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Here, when I came to type in, I inserted a space, there is no space in the original code.&lt;/P&gt;
&lt;P&gt;blue&amp;amp;blue&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 17:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813498#M321082</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-05-16T17:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc append and first dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813519#M321087</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202329"&gt;@GN0001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Here, when I came to type in, I inserted a space, there is no space in the original code.&lt;/P&gt;
&lt;P&gt;blue&amp;amp;blue&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Easy solution: Copy text from editor or Log. Open text box with the &amp;lt;/&amp;gt; icon. Paste text.&lt;/P&gt;
&lt;P&gt;No fuss, no muss and quicker than retyping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 17:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-append-and-first-dataset/m-p/813519#M321087</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-16T17:23:12Z</dc:date>
    </item>
  </channel>
</rss>

