<?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 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/848572#M335487</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get this error as soon as I include the plots line. When I take it out it runs but I really want to have a graph for this.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc causaltrt data=thesis covdiffps;&lt;BR /&gt;class RACE_ETHNICITY_4CAT numeric_urban HMI070 /desc;&lt;BR /&gt;psmodel numeric_urban = age_consent HMI070 RACE_ETHNICITY_4CAT;&lt;BR /&gt;&lt;STRONG&gt;/plots=(PSDist pscovden(effects(numeric_urban age_consent)) );&lt;/STRONG&gt;&lt;BR /&gt;model numeric_mdro;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2022 17:28:10 GMT</pubDate>
    <dc:creator>lsak</dc:creator>
    <dc:date>2022-12-08T17:28:10Z</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/848572#M335487</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get this error as soon as I include the plots line. When I take it out it runs but I really want to have a graph for this.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc causaltrt data=thesis covdiffps;&lt;BR /&gt;class RACE_ETHNICITY_4CAT numeric_urban HMI070 /desc;&lt;BR /&gt;psmodel numeric_urban = age_consent HMI070 RACE_ETHNICITY_4CAT;&lt;BR /&gt;&lt;STRONG&gt;/plots=(PSDist pscovden(effects(numeric_urban age_consent)) );&lt;/STRONG&gt;&lt;BR /&gt;model numeric_mdro;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 17:28:10 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/848572#M335487</guid>
      <dc:creator>lsak</dc:creator>
      <dc:date>2022-12-08T17:28:10Z</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/848573#M335488</link>
      <description>&lt;P&gt;SAS normally using / to indicate the start of options on a statement.&amp;nbsp; So having / as the first character in a statement makes no sense.&amp;nbsp; Is the issue just that you have an extra semicolon before the /plots option?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 17:32:51 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/848573#M335488</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-12-08T17:32:51Z</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/848585#M335494</link>
      <description>&lt;P&gt;ods graphics on;&lt;BR /&gt;proc causaltrt data=thesis covdiffps;&lt;BR /&gt;class RACE_ETHNICITY_4CAT numeric_urban HMI070 /desc;&lt;BR /&gt;psmodel numeric_urban = age_consent HMI070 RACE_ETHNICITY_4CAT&lt;FONT size="6" color="#FF0000"&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;/plots=(PSDist pscovden(effects(numeric_urban age_consent)) );&lt;/STRONG&gt;&lt;BR /&gt;model numeric_mdro;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The semicolon on the PSMODEL statement ends the statement. So the Plots, which should be an option for Psmodel don't have a statement to belong with.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 17:56:43 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/848585#M335494</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-12-08T17:56:43Z</dc:date>
    </item>
  </channel>
</rss>

