<?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 proc append in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-append/m-p/215518#M53048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;There are two large datasets that I want to concatenate. But because the length of variables in two datasets are different I used Force option. So here is the code:&lt;/P&gt;&lt;P&gt;proc append base=All_1994 data=All_1995 force ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;However I got the following in log window:&lt;/P&gt;&lt;P&gt;4613&amp;nbsp; proc append base=All_1994 data=All_1995 force;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; +;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 10-205: Expecting the name of the procedure to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;180: LINE and COLUMN cannot be determined.&lt;/P&gt;&lt;P&gt;NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where the error has occurred.&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;4614&lt;/P&gt;&lt;P&gt;4615&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Aug 2015 17:26:22 GMT</pubDate>
    <dc:creator>m1986MM</dc:creator>
    <dc:date>2015-08-02T17:26:22Z</dc:date>
    <item>
      <title>proc append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-append/m-p/215518#M53048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;There are two large datasets that I want to concatenate. But because the length of variables in two datasets are different I used Force option. So here is the code:&lt;/P&gt;&lt;P&gt;proc append base=All_1994 data=All_1995 force ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;However I got the following in log window:&lt;/P&gt;&lt;P&gt;4613&amp;nbsp; proc append base=All_1994 data=All_1995 force;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; +;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 10-205: Expecting the name of the procedure to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;180: LINE and COLUMN cannot be determined.&lt;/P&gt;&lt;P&gt;NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where the error has occurred.&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;4614&lt;/P&gt;&lt;P&gt;4615&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 17:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-append/m-p/215518#M53048</guid>
      <dc:creator>m1986MM</dc:creator>
      <dc:date>2015-08-02T17:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-append/m-p/215519#M53049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Restart SAS and re-run. Most likely you had an error in a previous line of code that is still hanging around unresolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2015 19:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-append/m-p/215519#M53049</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-02T19:09:53Z</dc:date>
    </item>
  </channel>
</rss>

