<?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 query in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166908#M43223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset with four variables id,acn,acn1,acn2 with id as identifier variable..I should output those records where&amp;nbsp; acn, acn1,acn2 are not equal to NOT APPLICABLE&amp;nbsp; or missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2014 17:35:33 GMT</pubDate>
    <dc:creator>rakeshvvv</dc:creator>
    <dc:date>2014-12-31T17:35:33Z</dc:date>
    <item>
      <title>query</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166908#M43223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset with four variables id,acn,acn1,acn2 with id as identifier variable..I should output those records where&amp;nbsp; acn, acn1,acn2 are not equal to NOT APPLICABLE&amp;nbsp; or missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166908#M43223</guid>
      <dc:creator>rakeshvvv</dc:creator>
      <dc:date>2014-12-31T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166909#M43224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;if acn not in ("NOT APPLICABLE",' ') and acn1 not in ("NOT APPLICABLE",' ') and acn2 not in ("NOT APPLICABLE",' ') then output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166909#M43224</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2014-12-31T17:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: query</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166910#M43225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At least one or all of the variables &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;acn, acn1,acn2 should satisfy conditions at the same time?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 21:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/query/m-p/166910#M43225</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-12-31T21:29:05Z</dc:date>
    </item>
  </channel>
</rss>

