<?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: Initializing dataset to have zero observations in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62199#M17681</link>
    <description>A few techniques:&lt;BR /&gt;
&lt;BR /&gt;
1) use the STOP; command in a DATA step (at least before an OUTPUT, if coded).&lt;BR /&gt;
2) use OPTIONS OBS=0;  -- this statement's positioning will depend on the overall SAS program execution objective (considering handling of input and output SAS and external files).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 06 Aug 2009 17:21:37 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-08-06T17:21:37Z</dc:date>
    <item>
      <title>Initializing dataset to have zero observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62198#M17680</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I have a question which seems to be basic but I was not able to get to it in the documentation.&lt;BR /&gt;
&lt;BR /&gt;
I wanted to know how to initialize a dataset to null(may be null is wrong vocabulary,basically I want the dataset to have zero observations) . Because, looks like I am having one extra empty row(observation) in my dataset before I do any processing on the dataset.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Neel</description>
      <pubDate>Thu, 06 Aug 2009 16:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62198#M17680</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-06T16:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Initializing dataset to have zero observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62199#M17681</link>
      <description>A few techniques:&lt;BR /&gt;
&lt;BR /&gt;
1) use the STOP; command in a DATA step (at least before an OUTPUT, if coded).&lt;BR /&gt;
2) use OPTIONS OBS=0;  -- this statement's positioning will depend on the overall SAS program execution objective (considering handling of input and output SAS and external files).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 06 Aug 2009 17:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62199#M17681</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-08-06T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Initializing dataset to have zero observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62200#M17682</link>
      <description>Thanks Scott!&lt;BR /&gt;
&lt;BR /&gt;
Using "stop;" seems to be working.&lt;BR /&gt;
&lt;BR /&gt;
Neel</description>
      <pubDate>Thu, 06 Aug 2009 18:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Initializing-dataset-to-have-zero-observations/m-p/62200#M17682</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-06T18:19:59Z</dc:date>
    </item>
  </channel>
</rss>

