<?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: what does %NRBQUOTE mean? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346794#M80007</link>
    <description>&lt;A href="https://v8doc.sas.com/sashtml/macro/z4bquote.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/macro/z4bquote.htm&lt;/A&gt;</description>
    <pubDate>Mon, 03 Apr 2017 18:20:35 GMT</pubDate>
    <dc:creator>PatrickCuba</dc:creator>
    <dc:date>2017-04-03T18:20:35Z</dc:date>
    <item>
      <title>what does %NRBQUOTE mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346793#M80006</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confused about "%NRBQUOTE", I do not know what is this even after I searched it in sas library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please explain it in plain and brief language to me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know what does it mean and how may I use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 18:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346793#M80006</guid>
      <dc:creator>Muyu</dc:creator>
      <dc:date>2017-04-03T18:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: what does %NRBQUOTE mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346794#M80007</link>
      <description>&lt;A href="https://v8doc.sas.com/sashtml/macro/z4bquote.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/macro/z4bquote.htm&lt;/A&gt;</description>
      <pubDate>Mon, 03 Apr 2017 18:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346794#M80007</guid>
      <dc:creator>PatrickCuba</dc:creator>
      <dc:date>2017-04-03T18:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: what does %NRBQUOTE mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346797#M80008</link>
      <description>&lt;P&gt;I mean I just cannot understand what it says in this link...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 18:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346797#M80008</guid>
      <dc:creator>Muyu</dc:creator>
      <dc:date>2017-04-03T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: what does %NRBQUOTE mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346809#M80013</link>
      <description>&lt;P&gt;Do you understand what %BQUOTE does? &amp;nbsp;If so %NRBQUOTE does basically the same thing but also masks the characters &amp;amp; and % as well as the ones masked by %BQUOTE. &amp;nbsp;To be honest, quoting is often&amp;nbsp;a confusing mess to me, I've especially had problems with quoting when I'm working with SAS and Oracle together since Oracle has a completely different quoting facility, and they don't mesh well. &amp;nbsp;I've often found trial and error to be the best way to get my code to work right in situations like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/69726/HTML/default/viewer.htm#p06cx7fegzmzpen1m9991yljxiav.htm" target="_self"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%NRBQUOTE is most useful when the resolved value of an argument might contain&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="xis-listUnordered"&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class="xis-item"&gt;&lt;DIV class="xis-paraSimpleFirst"&gt;strings that look like macro variable references but are not, so the macro processor should not attempt to resolve them when it next encounters them.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="xis-item"&gt;&lt;DIV class="xis-paraSimpleFirst"&gt;macro invocations that you do not want the macro processor to attempt to resolve when it next encounters them.&lt;/DIV&gt;&lt;DIV class="xis-paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="xis-paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Apr 2017 20:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346809#M80013</guid>
      <dc:creator>Sven111</dc:creator>
      <dc:date>2017-04-03T20:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: what does %NRBQUOTE mean?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346813#M80016</link>
      <description>&lt;P&gt;Search the term on LexJansen.com for papers written on the topic.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 19:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-does-NRBQUOTE-mean/m-p/346813#M80016</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-03T19:15:55Z</dc:date>
    </item>
  </channel>
</rss>

