<?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: external data with special symbols “&amp;amp;” in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/111/m-p/568650#M160117</link>
    <description>&lt;P&gt;If you want to prevent the resolution of macto triggers, use single quotes:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;datafile='&amp;amp;source.Programming_DEV\Data\Rawdata\AE_CM_编码报告.xlsx'&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 25 Jun 2019 08:01:09 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-06-25T08:01:09Z</dc:date>
    <item>
      <title>111</title>
      <link>https://communities.sas.com/t5/SAS-Programming/111/m-p/568643#M160111</link>
      <description>1111</description>
      <pubDate>Tue, 16 Mar 2021 07:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/111/m-p/568643#M160111</guid>
      <dc:creator>HannaZhang</dc:creator>
      <dc:date>2021-03-16T07:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: external data with special symbols “&amp;”</title>
      <link>https://communities.sas.com/t5/SAS-Programming/111/m-p/568648#M160115</link>
      <description>&lt;P&gt;Hello! If you write this way seems code will work.&lt;/P&gt;&lt;PRE&gt;%let path ="source.Programming_DEV\Data\Rawdata\AE&amp;amp;CM_编码报告.xlsx";  
proc import out=AE_code
   datafile=&amp;amp;path.
   dbms=excel replace;
   range="AE coding$A5:AQ35";
   getnames=yes;
run;&lt;/PRE&gt;&lt;P&gt;If not, u can modify your filename is SAS using&amp;nbsp;TRANWRD function.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=p0pgemqcslm9uen1tvr5gcrusgrw.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=p0pgemqcslm9uen1tvr5gcrusgrw.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 07:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/111/m-p/568648#M160115</guid>
      <dc:creator>Ivan555</dc:creator>
      <dc:date>2019-06-25T07:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: external data with special symbols “&amp;”</title>
      <link>https://communities.sas.com/t5/SAS-Programming/111/m-p/568650#M160117</link>
      <description>&lt;P&gt;If you want to prevent the resolution of macto triggers, use single quotes:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;datafile='&amp;amp;source.Programming_DEV\Data\Rawdata\AE_CM_编码报告.xlsx'&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jun 2019 08:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/111/m-p/568650#M160117</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-25T08:01:09Z</dc:date>
    </item>
  </channel>
</rss>

