<?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: how to assess homogenity of RR ,it gave me an error. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-assess-homogenity-of-RR-it-gave-me-an-error/m-p/629184#M77621</link>
    <description>&lt;P&gt;When referencing an error please copy from the log the entire procedure along with all the messages for the step that throws the error. Then paste into a code box on the forum opened using the {I} icon. The code box will preserve formatting of the error messages and many will generate an underscore or two showing where the syntax issue was encountered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance in your case I suspect you have a more complete log entry similar to :&lt;/P&gt;
&lt;PRE&gt;39   proc freq data=gene env;
                         ---
                         22
                         202
ERROR: File USER.GENE.DATA does not exist.
ERROR 22-322: Syntax error, expecting one of the following: ;, (, COMPRESS, DATA, FC, FORMCHAR,
              NLEVELS, NOPRINT, ORDER, PAGE.
ERROR 202-322: The option or parameter is not recognized and will be ignored.

&lt;/PRE&gt;
&lt;P&gt;This indicates that you have a space in the middle of your data set name, whether it was supposed to GENEENV or GENE_ENV or similar. Fix the data set name.&amp;nbsp;ENV by itself is not an option of Proc Freq hence the wording of :&lt;/P&gt;
&lt;PRE&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, (, COMPRESS, DATA, FC, FORMCHAR, NLEVELS, NOPRINT, ORDER, PAGE. &lt;/PRE&gt;
&lt;P&gt;Please notice that there&amp;nbsp;are 3 underscore characters under the word ENV in the error message. Which is pretty clear about indicating that is not a valid option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Entire procedure or data step is needed because sometimes the error cause actually can come from something missing in lines above the reported location.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 16:44:17 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-03-03T16:44:17Z</dc:date>
    <item>
      <title>how to assess homogenity of RR ,it gave me an error.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-assess-homogenity-of-RR-it-gave-me-an-error/m-p/629021#M77614</link>
      <description>&lt;P&gt;RROR 22-322: Syntax error, expecting one of the following: ;, (, COMPRESS, DATA, FC,&lt;BR /&gt;FORMCHAR, NLEVELS, NOPRINT, ORDER, PAGE.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*unadjusted association;&lt;BR /&gt;proc freq data=gene env;&lt;BR /&gt;table hstatus*cannabis/nopercent nocol cmh;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 05:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-assess-homogenity-of-RR-it-gave-me-an-error/m-p/629021#M77614</guid>
      <dc:creator>4301</dc:creator>
      <dc:date>2020-03-03T05:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to assess homogenity of RR ,it gave me an error.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-assess-homogenity-of-RR-it-gave-me-an-error/m-p/629184#M77621</link>
      <description>&lt;P&gt;When referencing an error please copy from the log the entire procedure along with all the messages for the step that throws the error. Then paste into a code box on the forum opened using the {I} icon. The code box will preserve formatting of the error messages and many will generate an underscore or two showing where the syntax issue was encountered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance in your case I suspect you have a more complete log entry similar to :&lt;/P&gt;
&lt;PRE&gt;39   proc freq data=gene env;
                         ---
                         22
                         202
ERROR: File USER.GENE.DATA does not exist.
ERROR 22-322: Syntax error, expecting one of the following: ;, (, COMPRESS, DATA, FC, FORMCHAR,
              NLEVELS, NOPRINT, ORDER, PAGE.
ERROR 202-322: The option or parameter is not recognized and will be ignored.

&lt;/PRE&gt;
&lt;P&gt;This indicates that you have a space in the middle of your data set name, whether it was supposed to GENEENV or GENE_ENV or similar. Fix the data set name.&amp;nbsp;ENV by itself is not an option of Proc Freq hence the wording of :&lt;/P&gt;
&lt;PRE&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, (, COMPRESS, DATA, FC, FORMCHAR, NLEVELS, NOPRINT, ORDER, PAGE. &lt;/PRE&gt;
&lt;P&gt;Please notice that there&amp;nbsp;are 3 underscore characters under the word ENV in the error message. Which is pretty clear about indicating that is not a valid option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Entire procedure or data step is needed because sometimes the error cause actually can come from something missing in lines above the reported location.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-assess-homogenity-of-RR-it-gave-me-an-error/m-p/629184#M77621</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-03T16:44:17Z</dc:date>
    </item>
  </channel>
</rss>

