<?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 Reg:particulaar Obs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-particulaar-Obs/m-p/53992#M14957</link>
    <description>Hi i am having some observations i want all the 3character and 2numeric continuos obs&lt;BR /&gt;
&lt;BR /&gt;
Name &lt;BR /&gt;
My id no is ERT33&lt;BR /&gt;
no policy&lt;BR /&gt;
ERJ45 my poicy runs\&lt;BR /&gt;
Existing id POU89 | LOP90&lt;BR /&gt;
good number LUI90   and ENU90&lt;BR /&gt;
the no is UI789&lt;BR /&gt;
the no is PKA67&lt;BR /&gt;
&lt;BR /&gt;
In this i wnat the names that start with three character and two numerics moved to out variable&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Name |                                out&lt;BR /&gt;
My id no is ERT33|                    ERT33&lt;BR /&gt;
no policy|&lt;BR /&gt;
ERJ45 my poicy runs|&lt;BR /&gt;
Existing id POU89 | LOP90|           POU89 | LOP90&lt;BR /&gt;
good number LUI90   and ENU90|        LUI90   and ENU90&lt;BR /&gt;
the no is UI789|&lt;BR /&gt;
the no is PKA67|                     PKA67</description>
    <pubDate>Tue, 14 Jul 2009 04:57:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-07-14T04:57:56Z</dc:date>
    <item>
      <title>Reg:particulaar Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-particulaar-Obs/m-p/53992#M14957</link>
      <description>Hi i am having some observations i want all the 3character and 2numeric continuos obs&lt;BR /&gt;
&lt;BR /&gt;
Name &lt;BR /&gt;
My id no is ERT33&lt;BR /&gt;
no policy&lt;BR /&gt;
ERJ45 my poicy runs\&lt;BR /&gt;
Existing id POU89 | LOP90&lt;BR /&gt;
good number LUI90   and ENU90&lt;BR /&gt;
the no is UI789&lt;BR /&gt;
the no is PKA67&lt;BR /&gt;
&lt;BR /&gt;
In this i wnat the names that start with three character and two numerics moved to out variable&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Name |                                out&lt;BR /&gt;
My id no is ERT33|                    ERT33&lt;BR /&gt;
no policy|&lt;BR /&gt;
ERJ45 my poicy runs|&lt;BR /&gt;
Existing id POU89 | LOP90|           POU89 | LOP90&lt;BR /&gt;
good number LUI90   and ENU90|        LUI90   and ENU90&lt;BR /&gt;
the no is UI789|&lt;BR /&gt;
the no is PKA67|                     PKA67</description>
      <pubDate>Tue, 14 Jul 2009 04:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-particulaar-Obs/m-p/53992#M14957</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-14T04:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:particulaar Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-particulaar-Obs/m-p/53993#M14958</link>
      <description>Using a DATA step, you can parse each input record and use the ANYDIGIT and ANYALPHA functions along with SUBSTR.  Also, the LENGTH function can be used to get the actual length of the input buffer (SAS special variable _INFILE_) for a DO/END loop for parsing the input.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 14 Jul 2009 13:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-particulaar-Obs/m-p/53993#M14958</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-14T13:37:36Z</dc:date>
    </item>
  </channel>
</rss>

