<?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 Tranwrd option to not leave space? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162481#M263426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone. I am trying to remove one string (the letters TRD_ ) from a secondary string. The issue I have is that tranwrd always leaves a space in the resulting word, which I cannot have (I also can't string spaces because the words have other spaces I Need).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I would like the following to happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_TRD_Borrower Name&amp;nbsp; =CL_Borrower Name.&lt;/P&gt;&lt;P&gt;TRD_Answer one&amp;nbsp; =Answer One.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am getting is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_TRD_Borrower Name&amp;nbsp; =CL_ Borrower Name.&lt;/P&gt;&lt;P&gt;TRD_Answer one&amp;nbsp; = Answer One.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option I am not aware of to do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 15:39:36 GMT</pubDate>
    <dc:creator>Anotherdream</dc:creator>
    <dc:date>2013-12-03T15:39:36Z</dc:date>
    <item>
      <title>Tranwrd option to not leave space?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162481#M263426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone. I am trying to remove one string (the letters TRD_ ) from a secondary string. The issue I have is that tranwrd always leaves a space in the resulting word, which I cannot have (I also can't string spaces because the words have other spaces I Need).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I would like the following to happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_TRD_Borrower Name&amp;nbsp; =CL_Borrower Name.&lt;/P&gt;&lt;P&gt;TRD_Answer one&amp;nbsp; =Answer One.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am getting is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_TRD_Borrower Name&amp;nbsp; =CL_ Borrower Name.&lt;/P&gt;&lt;P&gt;TRD_Answer one&amp;nbsp; = Answer One.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option I am not aware of to do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 15:39:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162481#M263426</guid>
      <dc:creator>Anotherdream</dc:creator>
      <dc:date>2013-12-03T15:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd option to not leave space?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162482#M263427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRANSTRN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_null_&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'CL_TRD_Borrower Name'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; z = transtrN(x,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'TRD_'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;,trimn(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;));&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;put&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_all_&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;)(=);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 15:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162482#M263427</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-12-03T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd option to not leave space?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162483#M263428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you kindly. I knew this was possible!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 15:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162483#M263428</guid>
      <dc:creator>Anotherdream</dc:creator>
      <dc:date>2013-12-03T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd option to not leave space?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162484#M263429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use TRANWRD to change to something unique and then compress the unique character.&amp;nbsp; TRANSTRN is better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 16:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162484#M263429</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-12-03T16:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tranwrd option to not leave space?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162485#M263430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah that's actually what I was doing. I was using tranwrd to put it to the hyphenated a in unicode, and then compressing that value, but I figured there HAD to be an easier way to do it so I figured I'd ask the experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad I did. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 16:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Tranwrd-option-to-not-leave-space/m-p/162485#M263430</guid>
      <dc:creator>Anotherdream</dc:creator>
      <dc:date>2013-12-03T16:04:46Z</dc:date>
    </item>
  </channel>
</rss>

