<?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: Creating 0-24 by .5 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43533#M11397</link>
    <description>thank you!!! That worked perfectly</description>
    <pubDate>Tue, 02 Sep 2008 13:41:12 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-09-02T13:41:12Z</dc:date>
    <item>
      <title>Creating 0-24 by .5</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43531#M11395</link>
      <description>I want to create an observation for each half hour from 0-24 hours. Is there a way that i can do this without manually coding each half hour ( writing in .5 1 1.5 2 2.5.... manually) &lt;BR /&gt;
Thanks!!!</description>
      <pubDate>Tue, 02 Sep 2008 13:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43531#M11395</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-02T13:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating 0-24 by .5</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43532#M11396</link>
      <description>I am not sure if you want to store in a sas time variable or as you describe in you question, but I have an example for both situations. &lt;BR /&gt;
&lt;BR /&gt;
data time1;&lt;BR /&gt;
	do semiour1=0 to 86400 by 1800;&lt;BR /&gt;
		put semiour1 time.;&lt;BR /&gt;
		output;&lt;BR /&gt;
	end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data time2;&lt;BR /&gt;
	do semihour2=0.5 to 24 by 0.5;&lt;BR /&gt;
		put semihour2;&lt;BR /&gt;
output;&lt;BR /&gt;
&lt;BR /&gt;
	end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Linus</description>
      <pubDate>Tue, 02 Sep 2008 13:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43532#M11396</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-09-02T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating 0-24 by .5</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43533#M11397</link>
      <description>thank you!!! That worked perfectly</description>
      <pubDate>Tue, 02 Sep 2008 13:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-0-24-by-5/m-p/43533#M11397</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-02T13:41:12Z</dc:date>
    </item>
  </channel>
</rss>

