<?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: Remove the last character of my string in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114067#M23519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tapas,&lt;/P&gt;&lt;P&gt;I just wanted to share a simplest method to remove the last char of any string, this is amazing and working perfectly for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input ur_string$;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ur_string&lt;/SPAN&gt;=scan(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ur_string&lt;/SPAN&gt;,-1);&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;ABC+&lt;/P&gt;&lt;P&gt;aaaaa+ &lt;/P&gt;&lt;P&gt;sdfasf+&lt;/P&gt;&lt;P&gt;sswgerg+&lt;/P&gt;&lt;P&gt;sgswgrr+&lt;/P&gt;&lt;P&gt;sgwrg+&lt;/P&gt;&lt;P&gt;fawef+&lt;/P&gt;&lt;P&gt;sg+&lt;/P&gt;&lt;P&gt;3erq+&lt;/P&gt;&lt;P&gt;sg+&lt;/P&gt;&lt;P&gt;dfb+&lt;/P&gt;&lt;P&gt;dfb+&lt;/P&gt;&lt;P&gt;sffgggggghhhhh+&lt;/P&gt;&lt;P&gt;ergerg+&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="1" cellspacing="1" class="systitleandfootercontainer" frame="void" rules="none" style="width: 100%;" summary="Page Layout"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="c systemtitle"&gt;The SAS System&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV align="center"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Print: Data Set WORK.TEST"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;&lt;TD class="l data"&gt;ABC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;&lt;TD class="l data"&gt;aaaaa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;3&lt;/TH&gt;&lt;TD class="l data"&gt;sdfasf&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;4&lt;/TH&gt;&lt;TD class="l data"&gt;sswgerg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;5&lt;/TH&gt;&lt;TD class="l data"&gt;sgswgrr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;6&lt;/TH&gt;&lt;TD class="l data"&gt;sgwrg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;7&lt;/TH&gt;&lt;TD class="l data"&gt;fawef&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;8&lt;/TH&gt;&lt;TD class="l data"&gt;sg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;9&lt;/TH&gt;&lt;TD class="l data"&gt;3erq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;10&lt;/TH&gt;&lt;TD class="l data"&gt;sg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;11&lt;/TH&gt;&lt;TD class="l data"&gt;dfb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;12&lt;/TH&gt;&lt;TD class="l data"&gt;dfb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;13&lt;/TH&gt;&lt;TD class="l data"&gt;sffggggg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;14&lt;/TH&gt;&lt;TD class="l data"&gt;ergerg&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2015 15:08:21 GMT</pubDate>
    <dc:creator>LittlesasMaster</dc:creator>
    <dc:date>2015-04-11T15:08:21Z</dc:date>
    <item>
      <title>Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114061#M23513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a SAS file and one of its columns has values like this:&lt;/P&gt;&lt;P&gt;column : PROD_IND&lt;/P&gt;&lt;P&gt;value:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ABC+&lt;/P&gt;&lt;P&gt;aaaaa+ &lt;BR /&gt;sdfasf+sswgerg+sgswgrr+sgwrg+&lt;/P&gt;&lt;P&gt;fawef+sg+3erq+sg+dfb+dfb+&lt;/P&gt;&lt;P&gt;sffgggggghhhhh+&lt;/P&gt;&lt;P&gt;ergerg+&lt;/P&gt;&lt;P&gt;dfw+rg+gergh+eth+rth+hrth+&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;I just want to delete the last '+' from these values. All the values have got a '+' as the last character. I want to delete that keeping the earlier ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried substr and compress and index... not having luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:16:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114061#M23513</guid>
      <dc:creator>tapas_16880</dc:creator>
      <dc:date>2012-07-20T18:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114062#M23514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;substr(prod_ind, 1, length(prod_ind)-1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114062#M23514</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-07-20T18:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114063#M23515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... lots of ways to do this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;prod_ind = putc(prod_ind,catt('$',length(prod_ind)-1));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;substr(prod_ind,length(prod_ind)) = ' ';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114063#M23515</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-07-20T18:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114064#M23516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help... Need another help similar to this...&lt;/P&gt;&lt;P&gt;Same column that has now:&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;aaaaa+ dfg&lt;BR /&gt;sdfasf+sswgerg+sgswgrr+sgwrg&lt;/P&gt;&lt;P&gt;fawef+sg+3erq+sg+dfb+dfb&lt;/P&gt;&lt;P&gt;sffgggggghhhhh&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;xyz+qwe&lt;/P&gt;&lt;P&gt;ergerg&lt;/P&gt;&lt;P&gt;dfw+rg+gergh+eth+rth+hrth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because I have removed the last '+' symbol from this column.&lt;/P&gt;&lt;P&gt;Now, I need to find whenever the value is ABC and no '+' in it, then set a FLAG to 'Y'&lt;/P&gt;&lt;P&gt;I dont know why but when I am doing -&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table ddd as&lt;/P&gt;&lt;P&gt;select * from xyz where PROD_IND = 'ABC';quit;&lt;/P&gt;&lt;P&gt;this doesn't select any record but when I am using LIKE '%ABC%' then it is retrieving records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u have any other way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114064#M23516</guid>
      <dc:creator>tapas_16880</dc:creator>
      <dc:date>2012-07-23T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114065#M23517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggest you mark answered questions as answered giving the "points" to the ones deserving them and then ask consecutive questions in a new thread referencing to the old one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to answer your follow up question:&lt;/P&gt;&lt;P&gt;I assume you have leading blanks in front of your ABC string. A "like" will find any occurence of ABC in a string, eg. xxxxABCyyyy. If you just want to find ABC but don't care about leading blanks then use where strip(PROD_IND) = 'ABC'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114065#M23517</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-07-23T11:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114066#M23518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for the help and suppport!!! Appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 12:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114066#M23518</guid>
      <dc:creator>tapas_16880</dc:creator>
      <dc:date>2012-07-24T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114067#M23519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tapas,&lt;/P&gt;&lt;P&gt;I just wanted to share a simplest method to remove the last char of any string, this is amazing and working perfectly for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input ur_string$;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ur_string&lt;/SPAN&gt;=scan(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ur_string&lt;/SPAN&gt;,-1);&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;ABC+&lt;/P&gt;&lt;P&gt;aaaaa+ &lt;/P&gt;&lt;P&gt;sdfasf+&lt;/P&gt;&lt;P&gt;sswgerg+&lt;/P&gt;&lt;P&gt;sgswgrr+&lt;/P&gt;&lt;P&gt;sgwrg+&lt;/P&gt;&lt;P&gt;fawef+&lt;/P&gt;&lt;P&gt;sg+&lt;/P&gt;&lt;P&gt;3erq+&lt;/P&gt;&lt;P&gt;sg+&lt;/P&gt;&lt;P&gt;dfb+&lt;/P&gt;&lt;P&gt;dfb+&lt;/P&gt;&lt;P&gt;sffgggggghhhhh+&lt;/P&gt;&lt;P&gt;ergerg+&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="1" cellspacing="1" class="systitleandfootercontainer" frame="void" rules="none" style="width: 100%;" summary="Page Layout"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="c systemtitle"&gt;The SAS System&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV align="center"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Print: Data Set WORK.TEST"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;&lt;TD class="l data"&gt;ABC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;&lt;TD class="l data"&gt;aaaaa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;3&lt;/TH&gt;&lt;TD class="l data"&gt;sdfasf&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;4&lt;/TH&gt;&lt;TD class="l data"&gt;sswgerg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;5&lt;/TH&gt;&lt;TD class="l data"&gt;sgswgrr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;6&lt;/TH&gt;&lt;TD class="l data"&gt;sgwrg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;7&lt;/TH&gt;&lt;TD class="l data"&gt;fawef&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;8&lt;/TH&gt;&lt;TD class="l data"&gt;sg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;9&lt;/TH&gt;&lt;TD class="l data"&gt;3erq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;10&lt;/TH&gt;&lt;TD class="l data"&gt;sg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;11&lt;/TH&gt;&lt;TD class="l data"&gt;dfb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;12&lt;/TH&gt;&lt;TD class="l data"&gt;dfb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;13&lt;/TH&gt;&lt;TD class="l data"&gt;sffggggg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="r rowheader" scope="row"&gt;14&lt;/TH&gt;&lt;TD class="l data"&gt;ergerg&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 15:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114067#M23519</guid>
      <dc:creator>LittlesasMaster</dc:creator>
      <dc:date>2015-04-11T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the last character of my string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114068#M23520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't you notice there are some '+' in the string ? Your code isn't going to work at this situation. Perl Regular Expression is the most &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;simplest ,powerful,flexible method for such question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input ur_string $40.;&lt;/P&gt;&lt;P&gt;string=prxchange('s/\++$//',-1,strip(ur_string));&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;ABC+&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aa+aaa+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sdfasf+&lt;/P&gt;&lt;P&gt;sswgerg+&lt;/P&gt;&lt;P&gt;sgswgrr+&lt;/P&gt;&lt;P&gt;sgwrg+&lt;/P&gt;&lt;P&gt;fawef+&lt;/P&gt;&lt;P&gt;sg+&lt;/P&gt;&lt;P&gt;3erq+&lt;/P&gt;&lt;P&gt;sg+&lt;/P&gt;&lt;P&gt;dfb+&lt;/P&gt;&lt;P&gt;dfb+&lt;/P&gt;&lt;P&gt;sffgggggghhhhh+&lt;/P&gt;&lt;P&gt;ergerg+&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 05:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-the-last-character-of-my-string/m-p/114068#M23520</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-12T05:56:35Z</dc:date>
    </item>
  </channel>
</rss>

