<?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: Prompt manager does not have &amp;quot;Enclose value within Quotes&amp;quot; Option in Enterr in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71991#M7162</link>
    <description>I took a more detailed look at 4.3 yesterday, and I believe that you are correct; when EG switched to the more sophisticated prompt handling, it looks like they removed the option to insert quotes.&lt;BR /&gt;
&lt;BR /&gt;
Do you believe that this will cause a problem, or will you be able to circumvent it simply by putting your macro variable references in quotes yourself?</description>
    <pubDate>Sat, 04 Jun 2011 22:33:49 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2011-06-04T22:33:49Z</dc:date>
    <item>
      <title>Prompt manager does not have "Enclose value within Quotes" Option in Enterr</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71988#M7159</link>
      <description>Hi!&lt;BR /&gt;
&lt;BR /&gt;
I was wondering if there is an option called as "Enclose value in quotes" in the SAS Enterprise Guide 4.3. I see it in the 4.1 when I chose the Parameters (Macro Parameters) Manager and chose the Data Type and values.&lt;BR /&gt;
&lt;BR /&gt;
However, when I try navigating into the prompt manager, i do not get to see such a check box...&lt;BR /&gt;
&lt;BR /&gt;
Is there something that i'm missing?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance!&lt;BR /&gt;
Pramod</description>
      <pubDate>Thu, 02 Jun 2011 10:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71988#M7159</guid>
      <dc:creator>Pramod_R</dc:creator>
      <dc:date>2011-06-02T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt manager does not have "Enclose value within Quotes" Option in Enterr</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71989#M7160</link>
      <description>I don't have EG 4.3 in front of me, but I believe it's in the filter tab of the query builder, not the prompt manager.</description>
      <pubDate>Thu, 02 Jun 2011 23:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71989#M7160</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2011-06-02T23:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt manager does not have "Enclose value within Quotes" Option in Enterr</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71990#M7161</link>
      <description>TomKari,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your quick response. I do know that there is an option in the query builder. However, i was referring to the "enclose values within quotes" that was initially available in SAS EG 4.1 under Parameter Manager -&amp;gt; Add -&amp;gt; Data Type and Values tab, which is not present in the Enterprise Guide 4.3..&lt;BR /&gt;
&lt;BR /&gt;
Does this mean that we would need to explicitly add the double quotes around our macro variables in the program while running the programs using the prompts?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your response..</description>
      <pubDate>Fri, 03 Jun 2011 02:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71990#M7161</guid>
      <dc:creator>Pramod_R</dc:creator>
      <dc:date>2011-06-03T02:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt manager does not have "Enclose value within Quotes" Option in Enterr</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71991#M7162</link>
      <description>I took a more detailed look at 4.3 yesterday, and I believe that you are correct; when EG switched to the more sophisticated prompt handling, it looks like they removed the option to insert quotes.&lt;BR /&gt;
&lt;BR /&gt;
Do you believe that this will cause a problem, or will you be able to circumvent it simply by putting your macro variable references in quotes yourself?</description>
      <pubDate>Sat, 04 Jun 2011 22:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71991#M7162</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2011-06-04T22:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt manager does not have "Enclose value within Quotes" Option in Enterr</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71992#M7163</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
It should not be a huge problem putting quotes around the macro variables. &lt;BR /&gt;
&lt;BR /&gt;
Just that I was trying to migrate all my projects/programs from SAS Enterprise Guide 4.1 to 4.3. So this might involve quite a bit of modifications in my codes.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help anyway!</description>
      <pubDate>Tue, 07 Jun 2011 05:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71992#M7163</guid>
      <dc:creator>Pramod_R</dc:creator>
      <dc:date>2011-06-07T05:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt manager does not have "Enclose value within Quotes" Option in Enterr</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71993#M7164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, it does create a minor problem, well, more of an annoyance than a problem.&lt;/P&gt;&lt;P&gt;I've created prompt in EG 4.3 which asks user for password to connect to an Oracle database. If that password contains % (e.g. &lt;SPAN style="color: #0000ff;"&gt;A%BCDE&lt;/SPAN&gt;), then EG produces warning when the program is starting and macro variables are being assigned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%LET pass_PASSWORD = XXXXX;&lt;/P&gt;&lt;P&gt;options nosource;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080;"&gt;WARNING: Apparent invocation of macro BCDE not resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar warning will happen if password contains &amp;amp;.&lt;/P&gt;&lt;P&gt;It doesn't affect the program itself&amp;nbsp; (you can always quote this variable after prompting), but still warnings are annoying.&lt;/P&gt;&lt;P&gt;There's a way to avoid them, typing into the prompt&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt; %nrstr(password)&lt;/EM&gt;&lt;/SPAN&gt; instead of &lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;password&lt;/EM&gt;&lt;/SPAN&gt;, but it's not humane for the user, is it? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to have &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;back&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;quoting option for prompts (and not %str() as in EG 4.1, but %nrstr(), because it's just % and &amp;amp; who causes "problems", not other special symbols) would be a good idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 19:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-manager-does-not-have-quot-Enclose-value-within-Quotes/m-p/71993#M7164</guid>
      <dc:creator>Dmitry</dc:creator>
      <dc:date>2013-10-18T19:38:25Z</dc:date>
    </item>
  </channel>
</rss>

