<?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 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913132#M359920</link>
    <description>&lt;P&gt;The syntax does not support &amp;gt;- use &amp;lt;-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data_null___0-1706281934632.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92995iB326AC8F87457385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="data_null___0-1706281934632.png" alt="data_null___0-1706281934632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;48         proc format;
49         value agcat 0-&amp;lt;11="Young" 11-14="Middle" 14&amp;lt;-17="Higher";
NOTE: Format AGCAT has been output.
50         quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2024 15:14:31 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2024-01-26T15:14:31Z</dc:date>
    <item>
      <title>ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913127#M359917</link>
      <description>&lt;P&gt;Tried to create a simple PROC FORMAT. But the format proc is ignored and throwing error.&lt;/P&gt;&lt;DIV class=""&gt;proc format;&lt;/DIV&gt;&lt;DIV class=""&gt;70&lt;/DIV&gt;&lt;DIV class=""&gt;70 ! value agcat 0-&amp;lt;11="Young" 11-14="Middle" 14&amp;gt;-17="Higher";&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant, a datetime constant,&lt;/DIV&gt;&lt;DIV class=""&gt;a missing value, ;, LOW, OTHER.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/DIV&gt;&lt;DIV class=""&gt;70 ! value agcat 0-&amp;lt;11="Young" 11-14="Middle" 14&amp;gt;-17="Higher";&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant, a datetime constant,&lt;/DIV&gt;&lt;DIV class=""&gt;a missing value, LOW, OTHER.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: The previous statement has been deleted.&lt;/DIV&gt;&lt;DIV class=""&gt;71 run;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913127#M359917</guid>
      <dc:creator>Ganesh1</dc:creator>
      <dc:date>2024-01-26T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913129#M359918</link>
      <description>&lt;P&gt;Maybe this is what you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;value agcat 0-&amp;lt;11="Young" 11-14="Middle" 14&amp;lt;-17="Higher";
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Jan 2024 15:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913129#M359918</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-26T15:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913132#M359920</link>
      <description>&lt;P&gt;The syntax does not support &amp;gt;- use &amp;lt;-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data_null___0-1706281934632.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92995iB326AC8F87457385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="data_null___0-1706281934632.png" alt="data_null___0-1706281934632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;48         proc format;
49         value agcat 0-&amp;lt;11="Young" 11-14="Middle" 14&amp;lt;-17="Higher";
NOTE: Format AGCAT has been output.
50         quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 15:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Syntax-error-expecting-one-of-the-following-a/m-p/913132#M359920</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2024-01-26T15:14:31Z</dc:date>
    </item>
  </channel>
</rss>

