<?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: Regarding compbl in text. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205965#M51260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that the ONLY manipulation done on that value? Of is this single value built from other values? Might look at those other steps if so, especially if concatenating things together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 15:25:03 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-07-20T15:25:03Z</dc:date>
    <item>
      <title>Regarding compbl in text.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205962#M51257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a text with bullets like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT TEXT: • TEXT TEXT TEXT • TEXT TEXT TEXT. • TEXT TEXT TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has space as delimeter after the bullet. I am using compbl for the entire comment variable which is bringing out the above string as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT TEXT TEXT: •TEXT TEXT TEXT •TEXT TEXT TEXT. •TEXT TEXT TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is removing the space after the bullet. What should I do to retain the space?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 04:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205962#M51257</guid>
      <dc:creator>sowmyavasa</dc:creator>
      <dc:date>2015-07-19T04:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding compbl in text.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205963#M51258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;string="TEXT TEXT TEXT: •TEXT TEXT TEXT •TEXT TEXT TEXT. •TEXT TEXT TEXT";&lt;/P&gt;&lt;P&gt;_string=prxchange('s/(\•)/$1 /',-1,string);&lt;/P&gt;&lt;P&gt;put _all_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 13:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205963#M51258</guid>
      <dc:creator>slchen</dc:creator>
      <dc:date>2015-07-19T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding compbl in text.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205964#M51259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh?&amp;nbsp; COMPBL will not remove spaces that are between "words".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 14:54:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205964#M51259</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-07-19T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding compbl in text.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205965#M51260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that the ONLY manipulation done on that value? Of is this single value built from other values? Might look at those other steps if so, especially if concatenating things together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 15:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-compbl-in-text/m-p/205965#M51260</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-20T15:25:03Z</dc:date>
    </item>
  </channel>
</rss>

