<?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: run a whole bunch of codes fast and efficiently in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21813#M4698</link>
    <description>See Scott Barry's response in &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=5596&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=5596&amp;amp;tstart=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The FORMAT approach works very well here.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
    <pubDate>Wed, 22 Apr 2009 01:17:54 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-04-22T01:17:54Z</dc:date>
    <item>
      <title>run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21810#M4695</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I need your help.  I am running many codes for fields such as cpt1 and cpt2 all the way up to cpt6 and I have to run from where cpt1 - cpt6 = (390 - 434) and 436- 459 excluding 401 and 401.  I don't want to write many conditional statements so how could I go about capturing all the data.  The fields are character such that '390', '391', etc.&lt;BR /&gt;
&lt;BR /&gt;
Please help.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Tue, 21 Apr 2009 17:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21810#M4695</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-21T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21811#M4696</link>
      <description>Hello rab.&lt;BR /&gt;
&lt;BR /&gt;
Could you be more specific about what your trying to do, so we could point you the right direction?...&lt;BR /&gt;
&lt;BR /&gt;
Are you extracting, merging or transforming this data? &lt;BR /&gt;
&lt;BR /&gt;
Greetings from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos at &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;.</description>
      <pubDate>Tue, 21 Apr 2009 19:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21811#M4696</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2009-04-21T19:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21812#M4697</link>
      <description>Also, it may help to convey "brief" INPUT and OUTPUT data examples and how you would like them to appear.  You will want to use COPY/PASTE directly into your forum post reply to explain the objectives and data considerations further.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 21 Apr 2009 21:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21812#M4697</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-21T21:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21813#M4698</link>
      <description>See Scott Barry's response in &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=5596&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=5596&amp;amp;tstart=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The FORMAT approach works very well here.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 22 Apr 2009 01:17:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21813#M4698</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-04-22T01:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21814#M4699</link>
      <description>Data is such that:&lt;BR /&gt;
&lt;BR /&gt;
cpt1`	cpt2	cpt3	cpt4	cpt5	cpt6&lt;BR /&gt;
390	391	392	396	900	397&lt;BR /&gt;
&lt;BR /&gt;
but many many codes in each column.  I just want to flag once if the any of the cpt1-6 are within the range of (390 - 434) and 436- 459.  &lt;BR /&gt;
&lt;BR /&gt;
I would like frequencies or the number of people having atleast one cpt code within the range.&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Thu, 23 Apr 2009 02:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21814#M4699</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-23T02:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21815#M4700</link>
      <description>To avoid writing multiple conditional statement, you could use an array approach, and accordingly within a do loop.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 23 Apr 2009 06:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21815#M4700</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-23T06:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21816#M4701</link>
      <description>your right linus,&lt;BR /&gt;
but I am not good at creating the arrays or do loops, could please provide an example using the variables and fields I have.&lt;BR /&gt;
Rabiya</description>
      <pubDate>Thu, 23 Apr 2009 17:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21816#M4701</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-23T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: run a whole bunch of codes fast and efficiently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21817#M4702</link>
      <description>As was mentioned, did you take time to review SAS PROC FORMAT (documentation) in order to code your range values for identifying candidates?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 23 Apr 2009 18:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/run-a-whole-bunch-of-codes-fast-and-efficiently/m-p/21817#M4702</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-23T18:16:52Z</dc:date>
    </item>
  </channel>
</rss>

