<?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: hi how I can remove all characters prior to %40  from email addresses in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961326#M48154</link>
    <description>Thanks a lot.&lt;BR /&gt;</description>
    <pubDate>Sat, 08 Mar 2025 18:45:59 GMT</pubDate>
    <dc:creator>Agha</dc:creator>
    <dc:date>2025-03-08T18:45:59Z</dc:date>
    <item>
      <title>hi how I can remove all characters prior to %40  from email addresses</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961234#M48149</link>
      <description />
      <pubDate>Fri, 07 Mar 2025 14:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961234#M48149</guid>
      <dc:creator>Agha</dc:creator>
      <dc:date>2025-03-07T14:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: hi how I can remove all characters prior to %40  from email addresses</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961235#M48150</link>
      <description>&lt;P&gt;It usually helps if you actually include a description of your question in the body of your post.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;what is the name of the variable that has the email address&lt;/LI&gt;
&lt;LI&gt;Can you show some example values you have and what you want to get from them?&lt;/LI&gt;
&lt;LI&gt;I assume by %40 you actual just mean the&amp;nbsp;@ character that separates the username (mailbox name) from the server name?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you just have one address in the string then I would suggest using SCAN() function.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have;
  hostname = scan(email,2,'@');
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Mar 2025 15:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961235#M48150</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-03-07T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: hi how I can remove all characters prior to %40  from email addresses</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961326#M48154</link>
      <description>Thanks a lot.&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2025 18:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/hi-how-I-can-remove-all-characters-prior-to-40-from-email/m-p/961326#M48154</guid>
      <dc:creator>Agha</dc:creator>
      <dc:date>2025-03-08T18:45:59Z</dc:date>
    </item>
  </channel>
</rss>

