<?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: Identifying Observations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292796#M60841</link>
    <description>&lt;P&gt;You haven't provided enough info regarding your problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain your question in more detail.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 17:41:09 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-08-19T17:41:09Z</dc:date>
    <item>
      <title>Identifying Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292795#M60840</link>
      <description>&lt;P&gt;DO we have to use NOOBS while using ID?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 17:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292795#M60840</guid>
      <dc:creator>SamuelRajKandru</dc:creator>
      <dc:date>2016-08-19T17:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292796#M60841</link>
      <description>&lt;P&gt;You haven't provided enough info regarding your problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain your question in more detail.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 17:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292796#M60841</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-19T17:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292801#M60843</link>
      <description>Ummm, I was going through Chapter 4 of the SAS Cert Prep Guide. So inorder to eradicate the OBS column, we use a NOOBS. My question is, do we have to write the NOOBS in the code even when we use an ID statement? Or is it not necessary to mention the NOOBS in the code while using the ID statement?</description>
      <pubDate>Fri, 19 Aug 2016 18:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292801#M60843</guid>
      <dc:creator>SamuelRajKandru</dc:creator>
      <dc:date>2016-08-19T18:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying Observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292805#M60844</link>
      <description>&lt;P&gt;I guess you are talking about proc print. I think using a ID statement implies option NOOBS, since the ID variable is supposed to provide observation identification. Compare:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=sashelp.class out=class; by sex name; run;

proc print data=class; by sex; run;
proc print data=class; by sex; id sex; run;
proc print data=class noobs; by sex; id sex; run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Aug 2016 18:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Identifying-Observations/m-p/292805#M60844</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-08-19T18:33:16Z</dc:date>
    </item>
  </channel>
</rss>

