<?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: Want to take out last name from string in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738120#M28876</link>
    <description>their is space between name for example&lt;BR /&gt;rahul yadav @gmail.com&lt;BR /&gt;mahender singh doni @gmail.com&lt;BR /&gt;ava kumari @gmail.com</description>
    <pubDate>Fri, 30 Apr 2021 10:18:14 GMT</pubDate>
    <dc:creator>aanan1417</dc:creator>
    <dc:date>2021-04-30T10:18:14Z</dc:date>
    <item>
      <title>Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738112#M28872</link>
      <description>&lt;P&gt;i want to take out last name from given string&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;length a $200.;&lt;/P&gt;&lt;P&gt;input a;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:rahulyadav@gmail.com" target="_blank"&gt;rahulyadav@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:mahindersinghdoni@gmail.com" target="_blank"&gt;mahindersinghdoni@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:avakumari@hotmail.com" target="_blank"&gt;avakumari@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output&lt;/P&gt;&lt;P&gt;yadav&lt;/P&gt;&lt;P&gt;dhoni&lt;/P&gt;&lt;P&gt;kumari&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 09:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738112#M28872</guid>
      <dc:creator>aanan1417</dc:creator>
      <dc:date>2021-04-30T09:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738116#M28873</link>
      <description>&lt;P&gt;Please explain the rules you followed to determine the output of the first line is yadav.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 10:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738116#M28873</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-30T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738117#M28874</link>
      <description>i want to take out yadav from first line&lt;BR /&gt;dhoni from second line&lt;BR /&gt;kumari from last line</description>
      <pubDate>Fri, 30 Apr 2021 10:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738117#M28874</guid>
      <dc:creator>aanan1417</dc:creator>
      <dc:date>2021-04-30T10:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738119#M28875</link>
      <description>&lt;P&gt;I specifically asked for the rules that let you know how to figure out what the last name is. Without rules, we can't write a program.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 10:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738119#M28875</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-30T10:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738120#M28876</link>
      <description>their is space between name for example&lt;BR /&gt;rahul yadav @gmail.com&lt;BR /&gt;mahender singh doni @gmail.com&lt;BR /&gt;ava kumari @gmail.com</description>
      <pubDate>Fri, 30 Apr 2021 10:18:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738120#M28876</guid>
      <dc:creator>aanan1417</dc:creator>
      <dc:date>2021-04-30T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738121#M28877</link>
      <description>&lt;P&gt;There is no space in the names in your input data.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;E-mail addresses cannot have spaces.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 10:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738121#M28877</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-30T10:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738122#M28878</link>
      <description>sorry typing error</description>
      <pubDate>Fri, 30 Apr 2021 10:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738122#M28878</guid>
      <dc:creator>aanan1417</dc:creator>
      <dc:date>2021-04-30T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Want to take out last name from string</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738123#M28879</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/378510"&gt;@aanan1417&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;sorry typing error&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't believe e-mail addresses can have spaces, and so you need to address that, and provide rules given that restriction&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 10:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Want-to-take-out-last-name-from-string/m-p/738123#M28879</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-30T10:25:36Z</dc:date>
    </item>
  </channel>
</rss>

