<?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 I want to flag a data pull in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819146#M40876</link>
    <description>&lt;P&gt;I want to flag this pull as "sufficient":&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table dxtable as 
select 
claimHeaderId,
dxCode as icd,
dxCodeDescription,
dxSeqNo
from diagnosistable
where dxSeqNo = 1
and (compress(icd,".") in &amp;amp;ASTHMA_SUFF OR compress(icd,".") in &amp;amp;CAD_SUFF OR compress(icd,".") in &amp;amp;CHF_SUFF OR compress(icd,".") in &amp;amp;COPD_SUFF OR 
compress(icd,".") in &amp;amp;DIAB_SUFF OR compress(icd,".") in &amp;amp;HTN_SUFF);
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 14:40:02 GMT</pubDate>
    <dc:creator>bhca60</dc:creator>
    <dc:date>2022-06-20T14:40:02Z</dc:date>
    <item>
      <title>I want to flag a data pull</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819146#M40876</link>
      <description>&lt;P&gt;I want to flag this pull as "sufficient":&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table dxtable as 
select 
claimHeaderId,
dxCode as icd,
dxCodeDescription,
dxSeqNo
from diagnosistable
where dxSeqNo = 1
and (compress(icd,".") in &amp;amp;ASTHMA_SUFF OR compress(icd,".") in &amp;amp;CAD_SUFF OR compress(icd,".") in &amp;amp;CHF_SUFF OR compress(icd,".") in &amp;amp;COPD_SUFF OR 
compress(icd,".") in &amp;amp;DIAB_SUFF OR compress(icd,".") in &amp;amp;HTN_SUFF);
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 14:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819146#M40876</guid>
      <dc:creator>bhca60</dc:creator>
      <dc:date>2022-06-20T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: I want to flag a data pull</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819153#M40877</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/290946"&gt;@bhca60&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I want to flag this pull as "sufficient":&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please explain what that means.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 14:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819153#M40877</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-06-20T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: I want to flag a data pull</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819154#M40878</link>
      <description>I want to define this as "sufficient" and I have another that will be "related"</description>
      <pubDate>Mon, 20 Jun 2022 15:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819154#M40878</guid>
      <dc:creator>bhca60</dc:creator>
      <dc:date>2022-06-20T15:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: I want to flag a data pull</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819155#M40879</link>
      <description>never mind, i guess i'll just name the tables sufficeint or related then go from there.</description>
      <pubDate>Mon, 20 Jun 2022 15:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-want-to-flag-a-data-pull/m-p/819155#M40879</guid>
      <dc:creator>bhca60</dc:creator>
      <dc:date>2022-06-20T15:03:24Z</dc:date>
    </item>
  </channel>
</rss>

