<?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 to insert space between words in titles? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162892#M42287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the label statement to label the variables and display the labels in the created excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider that you have the variable Class_Number and you are changing the variable label to "Class Number".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Data ABC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ABCD;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;label&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; Class_Number = "Class Number";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc export data=ABC outfile='~path\abc.xls'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; label&lt;/STRONG&gt; dbms=excel replace;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2014 14:56:16 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2014-12-26T14:56:16Z</dc:date>
    <item>
      <title>How to insert space between words in titles?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162891#M42286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to change the title from "Class_Number" to "Class Number". Even though i try so many ways, i couldn't write the right codes. Since i'm not very familiar with the coding i need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The reason that i ask for this is this is the last step of the coding before exporting it into excel. So i don't want to see the "_" between the words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some example of my codes which haven't worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Data ABC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ABCD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class_Number = "Class Number";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- Data ABC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ABCD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class_Number =Class +char(160)+Number;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- Data ABC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ABCD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1="Sales Number"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class_Number =A1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 14:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162891#M42286</guid>
      <dc:creator>agodba</dc:creator>
      <dc:date>2014-12-26T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert space between words in titles?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162892#M42287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the label statement to label the variables and display the labels in the created excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider that you have the variable Class_Number and you are changing the variable label to "Class Number".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Data ABC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ABCD;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;label&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; Class_Number = "Class Number";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc export data=ABC outfile='~path\abc.xls'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; label&lt;/STRONG&gt; dbms=excel replace;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 14:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162892#M42287</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-12-26T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert space between words in titles?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162893#M42288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dogus Burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 15:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-insert-space-between-words-in-titles/m-p/162893#M42288</guid>
      <dc:creator>agodba</dc:creator>
      <dc:date>2014-12-26T15:02:28Z</dc:date>
    </item>
  </channel>
</rss>

