<?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: Statement is not valid or it is used out of proper order. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624306#M20082</link>
    <description>&lt;P&gt;You were right Dr. Miller!... An easy fix.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;David Cundiff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 19:26:50 GMT</pubDate>
    <dc:creator>dkcundiffMD</dc:creator>
    <dc:date>2020-02-12T19:26:50Z</dc:date>
    <item>
      <title>ERROR 180: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624040#M20050</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;After about 700 lines of analysis code, below is the spot that i am getting error messages. I looked but&lt;BR /&gt; could not find an absent 'run;" or absent ";". &lt;BR /&gt; In this nutritional epidemiology data code with SAS 9.4 and SAS Studio, what might be the problem?&lt;BR /&gt;Thanks. &lt;BR /&gt;David Cundiff&lt;BR /&gt;&lt;BR /&gt;data source6;&lt;BR /&gt;set source5;&lt;BR /&gt;*total_mean=&amp;amp;total_mean.;&lt;BR /&gt;&lt;BR /&gt;data IHME2017.source;&lt;BR /&gt;set source6;&lt;BR /&gt;run; quit;&lt;BR /&gt;/*Males final LDLc formula components*/&lt;BR /&gt;&lt;BR /&gt;LDLc17mf1s=&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 180: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;pmeat17KCLDLs*0.0027261&lt;BR /&gt;+rmeat17KCLDLs*0.0390959&lt;BR /&gt;+fish17KCLDLs*0.0020772&lt;BR /&gt;+milk17KCLDLs*0.0136106&lt;BR /&gt;+poultry16KCLDLs*0.0214094&lt;BR /&gt;+eggs16KCLDLs *0.0114435&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;*Worldwide plant foods with positive corr with LDLc;&lt;BR /&gt;LDLc17mf2s=&lt;BR /&gt;&lt;SPAN&gt;ERROR 180: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;BR /&gt;ALCOHOL17MKCLDLs *0.0247706&lt;BR /&gt;+sugar17mKCLDLs *0.0501347&lt;BR /&gt;+fruits17KCLDLs*0.0152342&lt;BR /&gt;+vegetables17KCLDLs *0.0358683&lt;BR /&gt;+nutsseeds17KCLDLs *0.0027299;&lt;BR /&gt;*Negative corr with LDLc only;&lt;BR /&gt;LDL17mf3s= &lt;BR /&gt;&lt;SPAN&gt;ERROR 180: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;BR /&gt;- wgrains17KCLDLs *0.0063658&lt;BR /&gt;-corn17KCLDLs*0.0224283&lt;BR /&gt;-rice17KCLDLs*0.0086221&lt;BR /&gt;-legumes17KCLDLs *0.0347094&lt;BR /&gt;-potatoes17KCLDL*0.0071434&lt;BR /&gt;-swtpot16KCLDLs *0.0044873&lt;BR /&gt;;&lt;BR /&gt;run; quit;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 22:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624040#M20050</guid>
      <dc:creator>dkcundiffMD</dc:creator>
      <dc:date>2020-02-11T22:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624042#M20051</link>
      <description>&lt;P&gt;The formula to create LDLc17mf1s= is not in a data step, and it's not allowed anywhere else in SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 22:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624042#M20051</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-11T22:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624043#M20052</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292162"&gt;@dkcundiffMD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;After about 700 lines of analysis code, below is the spot that i am getting error messages. I looked but&lt;BR /&gt; could not find an absent 'run;" or absent ";". &lt;BR /&gt; In this nutritional epidemiology data code with SAS 9.4 and SAS Studio, what might be the problem?&lt;BR /&gt;Thanks. &lt;BR /&gt;David Cundiff&lt;BR /&gt;&lt;BR /&gt;data source6;&lt;BR /&gt;set source5;&lt;BR /&gt;*total_mean=&amp;amp;total_mean.;&lt;BR /&gt;&lt;BR /&gt;data IHME2017.source;&lt;BR /&gt;set source6;&lt;BR /&gt;&lt;FONT color="#ff0000" size="5"&gt;&lt;STRONG&gt;run; quit;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;/*Males final LDLc formula components*/&lt;BR /&gt;&lt;BR /&gt;LDLc17mf1s=&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 180: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;pmeat17KCLDLs*0.0027261&lt;BR /&gt;+rmeat17KCLDLs*0.0390959&lt;BR /&gt;+fish17KCLDLs*0.0020772&lt;BR /&gt;+milk17KCLDLs*0.0136106&lt;BR /&gt;+poultry16KCLDLs*0.0214094&lt;BR /&gt;+eggs16KCLDLs *0.0114435&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;*Worldwide plant foods with positive corr with LDLc;&lt;BR /&gt;LDLc17mf2s=&lt;BR /&gt;&lt;SPAN&gt;ERROR 180: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;BR /&gt;ALCOHOL17MKCLDLs *0.0247706&lt;BR /&gt;+sugar17mKCLDLs *0.0501347&lt;BR /&gt;+fruits17KCLDLs*0.0152342&lt;BR /&gt;+vegetables17KCLDLs *0.0358683&lt;BR /&gt;+nutsseeds17KCLDLs *0.0027299;&lt;BR /&gt;*Negative corr with LDLc only;&lt;BR /&gt;LDL17mf3s= &lt;BR /&gt;&lt;SPAN&gt;ERROR 180: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;BR /&gt;- wgrains17KCLDLs *0.0063658&lt;BR /&gt;-corn17KCLDLs*0.0224283&lt;BR /&gt;-rice17KCLDLs*0.0086221&lt;BR /&gt;-legumes17KCLDLs *0.0347094&lt;BR /&gt;-potatoes17KCLDL*0.0071434&lt;BR /&gt;-swtpot16KCLDLs *0.0044873&lt;BR /&gt;;&lt;BR /&gt;run; quit;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Easy fix: remove the highlighted text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quit has nothing to do with data steps. Doesn't throw any errors but not needed.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 23:00:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624043#M20052</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-02-11T23:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624306#M20082</link>
      <description>&lt;P&gt;You were right Dr. Miller!... An easy fix.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;David Cundiff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624306#M20082</guid>
      <dc:creator>dkcundiffMD</dc:creator>
      <dc:date>2020-02-12T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 180: Statement is not valid or it is used out of proper order.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624311#M20084</link>
      <description>&lt;P&gt;Getting rid of "run; quit;" did the trick.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks ballardw.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;David Cundiff&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-180-Statement-is-not-valid-or-it-is-used-out-of-proper/m-p/624311#M20084</guid>
      <dc:creator>dkcundiffMD</dc:creator>
      <dc:date>2020-02-12T19:30:37Z</dc:date>
    </item>
  </channel>
</rss>

