<?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: ERROR 180-322: Statement is not valid or it is used out of proper order. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749934#M235784</link>
    <description>&lt;P&gt;Please have a look at the following forum posts&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/203999" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/203999&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/584360" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/584360&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And make sure you checked for what&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;has said in his post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 17:45:39 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-06-23T17:45:39Z</dc:date>
    <item>
      <title>ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749727#M235668</link>
      <description>&lt;P&gt;I keep getting error message after trying to 1.sort by ID and 2. sort 2 other variable by descending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SORT DATA=ALLMOVCODES;&lt;BR /&gt;BY ID DESCENDING MOVDATE DESCENDING MOVTIME;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 21:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749727#M235668</guid>
      <dc:creator>Renee1984</dc:creator>
      <dc:date>2021-06-22T21:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749731#M235670</link>
      <description>&lt;P&gt;Please show us (and from now on, every time you get an error in the log, please show us) the entire log for the DATA step or PROC in question, emphasis on &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;entire&lt;/FONT&gt; log for the DATA step or PROC in question.&lt;/STRONG&gt; Please do not show us parts of the log for the DATA step or PROC in question. &lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 21:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749731#M235670</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-06-22T21:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749734#M235672</link>
      <description>&lt;P&gt;Large economy sized hint:&lt;/P&gt;
&lt;P&gt;Copy from the log the entire procedure code along with all the notes, warnings and such generated. Paste the copied text into a text box opened on the forum with the &amp;lt;/&amp;gt; icon to preserve formatting. Many of the error messages will show diagnostic characters where SAS determined the error occurred. With the entire text we have what was actually submitted and where SAS shows the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most common cause of this particular error is missing a semicolon somewhere before the code you show (assuming your shown code is what was actually submitted). Or a missing semicolon somewhere in what you have typed.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 21:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749734#M235672</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-22T21:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180-322: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749934#M235784</link>
      <description>&lt;P&gt;Please have a look at the following forum posts&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/203999" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/203999&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/584360" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/td-p/584360&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And make sure you checked for what&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;has said in his post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 17:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-180-322-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/749934#M235784</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-06-23T17:45:39Z</dc:date>
    </item>
  </channel>
</rss>

