<?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: Variable use in _webout without using %STPBEGIN and %STPEND(*urgent) in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204318#M4583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the macro processor to resolve a macro variable, you must use double quotes. Single quotes keep the macro processor from working on the enclosed string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 07:39:34 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-03-18T07:39:34Z</dc:date>
    <item>
      <title>Variable use in _webout without using %STPBEGIN and %STPEND(*urgent)</title>
      <link>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204317#M4582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;.I have to create one store process where I have to display the data in HTML page. I created but it was giving me an error-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;* _webout in use.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed %STPBEGIN and %STPEND and executed as well.It worked &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;. I checked the output but I couldn't see the macro value &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global check;&lt;/P&gt;&lt;P&gt;%let Check=10;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; file _webout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;HTML&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;HEAD&amp;gt;&amp;lt;TITLE&amp;gt;Hello World!&amp;lt;/TITLE&amp;gt;&amp;lt;/HEAD&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;BODY&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;H1&amp;gt;Hello World!&amp;amp;check&amp;lt;/H1&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;/BODY&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; put '&amp;lt;/HTML&amp;gt;';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HELLO World!&amp;amp;check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the output should have been&lt;STRONG&gt; Hello World!10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;***pls help :smileyplain:&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204317#M4582</guid>
      <dc:creator>Tanmoy</dc:creator>
      <dc:date>2015-03-18T07:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variable use in _webout without using %STPBEGIN and %STPEND(*urgent)</title>
      <link>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204318#M4583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the macro processor to resolve a macro variable, you must use double quotes. Single quotes keep the macro processor from working on the enclosed string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204318#M4583</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-18T07:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Variable use in _webout without using %STPBEGIN and %STPEND(*urgent)</title>
      <link>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204319#M4584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Man &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;&amp;nbsp; that was really helpful!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Variable-use-in-webout-without-using-STPBEGIN-and-STPEND-urgent/m-p/204319#M4584</guid>
      <dc:creator>Tanmoy</dc:creator>
      <dc:date>2015-03-18T08:38:44Z</dc:date>
    </item>
  </channel>
</rss>

