<?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 doesn't resoleve  in file statement csv in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476033#M286050</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to output a CSV file and the macro can't be resolved for some reasons it output the macro without resolving&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods csvall file='R:Location\Adjudication Status Metrics_&amp;amp;date..csv';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the destination that's&amp;nbsp;the&amp;nbsp;file name I got&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adjudication Status Metrics_&amp;amp;date.csv&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 14:59:15 GMT</pubDate>
    <dc:creator>mona4u</dc:creator>
    <dc:date>2018-07-06T14:59:15Z</dc:date>
    <item>
      <title>Macro doesn't resoleve  in file statement csv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476033#M286050</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to output a CSV file and the macro can't be resolved for some reasons it output the macro without resolving&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods csvall file='R:Location\Adjudication Status Metrics_&amp;amp;date..csv';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the destination that's&amp;nbsp;the&amp;nbsp;file name I got&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adjudication Status Metrics_&amp;amp;date.csv&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 14:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476033#M286050</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-07-06T14:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Macro doesn't resoleve in Data in file statement csv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476037#M286051</link>
      <description>&lt;P&gt;The macro processor ignores literals inside of single quote characters. Use double quote characters instead.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods csvall file="R:Location\Adjudication Status Metrics_&amp;amp;date..csv";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also did you really mean to use a relative path on the R: drive instead of an absolute path?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods csvall file="R:\Location\Adjudication Status Metrics_&amp;amp;date..csv";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Jul 2018 15:01:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476037#M286051</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-07-06T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro doesn't resoleve in Data in file statement csv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476038#M286052</link>
      <description>&lt;P&gt;Oh. Right&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 15:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-doesn-t-resoleve-in-file-statement-csv/m-p/476038#M286052</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-07-06T15:01:24Z</dc:date>
    </item>
  </channel>
</rss>

