<?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: How do I keep # in a label name exported to sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334525#M272245</link>
    <description>&lt;P&gt;If you're just replacing the values in that/those named range(s), then a third alternative would be the free macro you can download at:&amp;nbsp;&lt;A href="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export" target="_blank"&gt;http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 01:59:00 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2017-02-21T01:59:00Z</dc:date>
    <item>
      <title>How do I keep # in a label name exported to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334486#M272242</link>
      <description>&lt;P&gt;When using the excel libname&amp;nbsp;engine to&amp;nbsp;export data to excel it replaces # in the label name with a dot.&amp;nbsp;&amp;nbsp; It there a way to keep the # in the label and or column name?&amp;nbsp; I am using SAS 9.4.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 22:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334486#M272242</guid>
      <dc:creator>jhollenbeck</dc:creator>
      <dc:date>2017-02-20T22:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I keep # in a label name exported to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334492#M272243</link>
      <description>&lt;P&gt;The following worked for me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data test;
  set sashelp.class;
  label weight='# of pounds';
  label height='# of centemeters';
run;

ods excel file="'/folders/myfolders/#test.xlsx'";
proc print data=work.test label noobs;
run;
ods excel close;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 22:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334492#M272243</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-20T22:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I keep # in a label name exported to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334516#M272244</link>
      <description>&lt;P&gt;Thanks Art.&amp;nbsp; I want to do it using the excel libname engine as I am updating an existing named range in excel.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 01:30:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334516#M272244</guid>
      <dc:creator>jhollenbeck</dc:creator>
      <dc:date>2017-02-21T01:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I keep # in a label name exported to sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334525#M272245</link>
      <description>&lt;P&gt;If you're just replacing the values in that/those named range(s), then a third alternative would be the free macro you can download at:&amp;nbsp;&lt;A href="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export" target="_blank"&gt;http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 01:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-keep-in-a-label-name-exported-to-sas/m-p/334525#M272245</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-21T01:59:00Z</dc:date>
    </item>
  </channel>
</rss>

