<?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 WHERE with SET in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/WHERE-with-SET/m-p/69577#M19998</link>
    <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I use :-&lt;BR /&gt;
&lt;BR /&gt;
data Segment_Pop;&lt;BR /&gt;
	set convert;&lt;BR /&gt;
	where content_category='Pop';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
It runs well but outputs only variables with 0 observations.&lt;BR /&gt;
&lt;BR /&gt;
Kindly Suggest.</description>
    <pubDate>Sun, 06 Feb 2011 10:15:08 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-02-06T10:15:08Z</dc:date>
    <item>
      <title>WHERE with SET</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WHERE-with-SET/m-p/69577#M19998</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I use :-&lt;BR /&gt;
&lt;BR /&gt;
data Segment_Pop;&lt;BR /&gt;
	set convert;&lt;BR /&gt;
	where content_category='Pop';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
It runs well but outputs only variables with 0 observations.&lt;BR /&gt;
&lt;BR /&gt;
Kindly Suggest.</description>
      <pubDate>Sun, 06 Feb 2011 10:15:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WHERE-with-SET/m-p/69577#M19998</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-06T10:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: WHERE with SET</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WHERE-with-SET/m-p/69578#M19999</link>
      <description>Review SAS DOC for the WHERE statement - there are no suitable observation candidates in WORK.convert having the condition/expression called-out on the WHERE statment.&lt;BR /&gt;
&lt;BR /&gt;
Suggest analyzing your input file, possibly using PROC FREQ, PROC PRINT, or you may also consider self-diagnosis with the WHERE statement and using a LIKE construct in order to learn more about your input, such as case-sensitive tests in the WHERE.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
data step programming +"where statement" +pdv site:sas.com</description>
      <pubDate>Sun, 06 Feb 2011 19:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WHERE-with-SET/m-p/69578#M19999</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-02-06T19:59:09Z</dc:date>
    </item>
  </channel>
</rss>

