<?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 searching for numeric string in character data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/searching-for-numeric-string-in-character-data/m-p/698250#M213524</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some help with transactional data and&amp;nbsp;I am not sure where to begin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to search transaction data in a comments field for a numeric string (Account Number).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set with multiple rows with a unique id and time stamp to group all records together a chat transcript.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to pull the account number from the comments field without knowing what it is.&amp;nbsp; I only know it will be 16 digits.&amp;nbsp; The client may have entered it all in one string or it could be like xxxx xxxx xxxx xxxx.&amp;nbsp; Hopefully there is no other way.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone assist me with this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 23:24:38 GMT</pubDate>
    <dc:creator>Elliott</dc:creator>
    <dc:date>2020-11-11T23:24:38Z</dc:date>
    <item>
      <title>searching for numeric string in character data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/searching-for-numeric-string-in-character-data/m-p/698250#M213524</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some help with transactional data and&amp;nbsp;I am not sure where to begin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to search transaction data in a comments field for a numeric string (Account Number).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set with multiple rows with a unique id and time stamp to group all records together a chat transcript.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to pull the account number from the comments field without knowing what it is.&amp;nbsp; I only know it will be 16 digits.&amp;nbsp; The client may have entered it all in one string or it could be like xxxx xxxx xxxx xxxx.&amp;nbsp; Hopefully there is no other way.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone assist me with this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 23:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/searching-for-numeric-string-in-character-data/m-p/698250#M213524</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2020-11-11T23:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: searching for numeric string in character data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/searching-for-numeric-string-in-character-data/m-p/698258#M213526</link>
      <description>&lt;P&gt;One way:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;where prxmatch('/\d{16}/',compress(COMMENT,' '));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This looks for 16 digits in a string where spaces are removed. Suitable?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 01:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/searching-for-numeric-string-in-character-data/m-p/698258#M213526</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-11-12T01:02:12Z</dc:date>
    </item>
  </channel>
</rss>

