<?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: Data null Question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226582#M40789</link>
    <description>&lt;P&gt;Also, the HELP documentation for the SLEEP command is extremely clear.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2015 15:33:18 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2015-09-21T15:33:18Z</dc:date>
    <item>
      <title>Data null Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226574#M40785</link>
      <description>&lt;P&gt;Hi community, I have come through some kind of excercises and I would&amp;nbsp;much appreciate your ideas. I have also done my research in SAS documentation but I still have some questions on the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would this code do and what results could possibly return?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;x = sleep(2);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 15:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226574#M40785</guid>
      <dc:creator>geronimo44</dc:creator>
      <dc:date>2015-09-21T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data null Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226580#M40788</link>
      <description>&lt;P&gt;Search support.sas.com for data _null_. It should give you plenty of hits.&lt;/P&gt;&lt;P&gt;And secondly, you have a piece of code. Please don't ask what it does - try it yourself and observe...&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 15:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226580#M40788</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-09-21T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data null Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226582#M40789</link>
      <description>&lt;P&gt;Also, the HELP documentation for the SLEEP command is extremely clear.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 15:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226582#M40789</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-09-21T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data null Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226584#M40790</link>
      <description>&lt;P&gt;Thanks for the replies. Apparently I am not able to run the code cause my academic license expired and that's why I threw it in the community board. I also am aware of the Sleep functionality but since I am unable to run the code, I can't see how teh data_null connects to the sleep function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case thank you for your consideration.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 15:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226584#M40790</guid>
      <dc:creator>geronimo44</dc:creator>
      <dc:date>2015-09-21T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data null Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226585#M40791</link>
      <description>data _null_ tells SAS not to create a data set while executing this particular data step. There is no specific connection to the sleep function. You use a Data _null_ statement in this situation to pass commands to the system that you only want to execute once.&lt;BR /&gt;&lt;BR /&gt;Sleep tells it to pause between commands, usually as a safety precaution to wait for another process to finish.</description>
      <pubDate>Mon, 21 Sep 2015 15:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-null-Question/m-p/226585#M40791</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-21T15:44:10Z</dc:date>
    </item>
  </channel>
</rss>

