<?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: Data manipulation of String from Right side in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967200#M376306</link>
    <description>&lt;PRE&gt;data have;
input str $80.;
want=scan(str,-1,'/');
cards;
/home
/home/warehouse
/home/warehouse/sasirm
/home/warehouse/sasirm/pa
/home/warehouse/sasirm/report
/sso/transport
;

&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 May 2025 07:55:58 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2025-05-22T07:55:58Z</dc:date>
    <item>
      <title>Data manipulation of String from Right side</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967194#M376304</link>
      <description>&lt;P&gt;Hello ALL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data like in below format in one column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/home&lt;BR /&gt;/home/warehouse&lt;BR /&gt;/home/warehouse/sasirm&lt;BR /&gt;/home/warehouse/sasirm/pa&lt;BR /&gt;/home/warehouse/sasirm/report&lt;BR /&gt;/sso/transport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to output as&amp;nbsp;&lt;BR /&gt;home&lt;BR /&gt;warehouse&lt;BR /&gt;sasirm&lt;BR /&gt;pa&lt;BR /&gt;report&lt;BR /&gt;transport&lt;BR /&gt;&lt;BR /&gt;Please provide me one liner combo function which can manipulate data.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 06:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967194#M376304</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2025-05-22T06:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data manipulation of String from Right side</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967200#M376306</link>
      <description>&lt;PRE&gt;data have;
input str $80.;
want=scan(str,-1,'/');
cards;
/home
/home/warehouse
/home/warehouse/sasirm
/home/warehouse/sasirm/pa
/home/warehouse/sasirm/report
/sso/transport
;

&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 May 2025 07:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967200#M376306</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-05-22T07:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data manipulation of String from Right side</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967210#M376309</link>
      <description>&lt;P&gt;Thank you, its working.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 12:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-manipulation-of-String-from-Right-side/m-p/967210#M376309</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2025-05-22T12:25:46Z</dc:date>
    </item>
  </channel>
</rss>

