<?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 SAS Enterprise Alpha Numeric Prompt Error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814335#M40702</link>
    <description>&lt;P&gt;I'm getting the error below when trying to use a text defined prompt variable is SAS EG and Stored Process.&amp;nbsp; I tried a few methods to make the value usable but no luck so far. Any suggestion on how to fix this issue?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prompt/variable Assignment&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;%let STRUCTURE = 4451227E;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;143              WHERE t1.OVRHD_STRCTUR_NO IN (&amp;amp;Structure)
&lt;FONT color="blue"&gt;NOTE: Line generated by the macro variable "STRUCTURE".&lt;/FONT&gt;                                                                                          The SAS System

143        4747487E
&lt;STRONG&gt;&lt;FONT color="red"&gt;                  _
                  22
                  202
ERROR 22-322: Syntax error, expecting one of the following: a numeric constant, a datetime constant, a missing value, ), ',', -, :.  &lt;/FONT&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 17:07:11 GMT</pubDate>
    <dc:creator>ElJuancho</dc:creator>
    <dc:date>2022-05-19T17:07:11Z</dc:date>
    <item>
      <title>SAS Enterprise Alpha Numeric Prompt Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814335#M40702</link>
      <description>&lt;P&gt;I'm getting the error below when trying to use a text defined prompt variable is SAS EG and Stored Process.&amp;nbsp; I tried a few methods to make the value usable but no luck so far. Any suggestion on how to fix this issue?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prompt/variable Assignment&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;%let STRUCTURE = 4451227E;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;143              WHERE t1.OVRHD_STRCTUR_NO IN (&amp;amp;Structure)
&lt;FONT color="blue"&gt;NOTE: Line generated by the macro variable "STRUCTURE".&lt;/FONT&gt;                                                                                          The SAS System

143        4747487E
&lt;STRONG&gt;&lt;FONT color="red"&gt;                  _
                  22
                  202
ERROR 22-322: Syntax error, expecting one of the following: a numeric constant, a datetime constant, a missing value, ), ',', -, :.  &lt;/FONT&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 17:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814335#M40702</guid>
      <dc:creator>ElJuancho</dc:creator>
      <dc:date>2022-05-19T17:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Alpha Numeric Prompt Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814340#M40703</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your use of &amp;amp;Structure is not enclosed in quotes then it is not treated as a character value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;PRE&gt; WHERE t1.OVRHD_STRCTUR_NO IN ("&amp;amp;Structure")&lt;/PRE&gt;
&lt;P&gt;so the prompt is treated as text.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 17:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814340#M40703</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-19T17:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Alpha Numeric Prompt Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814341#M40704</link>
      <description>That was an easy fix.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 19 May 2022 17:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Alpha-Numeric-Prompt-Error/m-p/814341#M40704</guid>
      <dc:creator>ElJuancho</dc:creator>
      <dc:date>2022-05-19T17:40:33Z</dc:date>
    </item>
  </channel>
</rss>

