<?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 Macro Warning message?   DEXTROSE? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-Warning-message-DEXTROSE/m-p/823328#M325083</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got a warning message from Macro.&amp;nbsp; &amp;nbsp;Please advise how to fix it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;495 proc sql noprint;&lt;BR /&gt;496 select quote(trim(Mecication_list)) into : Medicationslist separated by ',' from&lt;BR /&gt;496! Medications_CIN;&lt;BR /&gt;497 quit;&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;498&lt;BR /&gt;499 %put &amp;amp;Medicationslist;&lt;BR /&gt;WARNING: Apparent invocation of macro OINT not resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 14:43:56 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2022-07-14T14:43:56Z</dc:date>
    <item>
      <title>Macro Warning message?   DEXTROSE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-Warning-message-DEXTROSE/m-p/823328#M325083</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got a warning message from Macro.&amp;nbsp; &amp;nbsp;Please advise how to fix it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;495 proc sql noprint;&lt;BR /&gt;496 select quote(trim(Mecication_list)) into : Medicationslist separated by ',' from&lt;BR /&gt;496! Medications_CIN;&lt;BR /&gt;497 quit;&lt;BR /&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro DEXTROSE not resolved.&lt;BR /&gt;498&lt;BR /&gt;499 %put &amp;amp;Medicationslist;&lt;BR /&gt;WARNING: Apparent invocation of macro OINT not resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 14:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-Warning-message-DEXTROSE/m-p/823328#M325083</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2022-07-14T14:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Warning message?   DEXTROSE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-Warning-message-DEXTROSE/m-p/823334#M325085</link>
      <description>&lt;P&gt;Looks like that character variable has values like %DEXTROSE or %OINT in there.&lt;/P&gt;
&lt;P&gt;Use SINGLE quotes to prevent the macro processor from trying resolve those apparent macro calls.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;select quote(trim(Mecication_list),"'") ....&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jul 2022 14:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-Warning-message-DEXTROSE/m-p/823334#M325085</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-07-14T14:59:36Z</dc:date>
    </item>
  </channel>
</rss>

