<?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 SAS function to select only particular time of the day in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function-to-select-only-particular-time-of-the-day/m-p/60245#M17076</link>
    <description>I have sales data and tiem of sale given .The input are :&lt;BR /&gt;
TransactionID $1-8&lt;BR /&gt;
			DateofSale	  $9-18&lt;BR /&gt;
			TimeofSale   $19-26&lt;BR /&gt;
			LaptopModel  $27-32&lt;BR /&gt;
			UnitsSold     33-35&lt;BR /&gt;
			Warranty       36  &lt;BR /&gt;
&lt;BR /&gt;
I want to find the proprtion of the transactions that qualify for the delivery before 3 p.m. only of each day and all dates are in the form :   08:49:26 , for e.g.&lt;BR /&gt;
&lt;BR /&gt;
What SAS functions should I use and what procedure to follow.&lt;BR /&gt;
&lt;BR /&gt;
kind  regards ,&lt;BR /&gt;
markc</description>
    <pubDate>Fri, 19 Feb 2010 17:40:48 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-02-19T17:40:48Z</dc:date>
    <item>
      <title>SAS function to select only particular time of the day</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function-to-select-only-particular-time-of-the-day/m-p/60245#M17076</link>
      <description>I have sales data and tiem of sale given .The input are :&lt;BR /&gt;
TransactionID $1-8&lt;BR /&gt;
			DateofSale	  $9-18&lt;BR /&gt;
			TimeofSale   $19-26&lt;BR /&gt;
			LaptopModel  $27-32&lt;BR /&gt;
			UnitsSold     33-35&lt;BR /&gt;
			Warranty       36  &lt;BR /&gt;
&lt;BR /&gt;
I want to find the proprtion of the transactions that qualify for the delivery before 3 p.m. only of each day and all dates are in the form :   08:49:26 , for e.g.&lt;BR /&gt;
&lt;BR /&gt;
What SAS functions should I use and what procedure to follow.&lt;BR /&gt;
&lt;BR /&gt;
kind  regards ,&lt;BR /&gt;
markc</description>
      <pubDate>Fri, 19 Feb 2010 17:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-function-to-select-only-particular-time-of-the-day/m-p/60245#M17076</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-19T17:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function to select only particular time of the day</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function-to-select-only-particular-time-of-the-day/m-p/60246#M17077</link>
      <description>I would expect by now that you have a SAS numeric (using TIMEw. format) variable for your character field TimeofSale.  It's unclear what determines "delivery before 3 p. m." -- you would need to explain / reveal that information.&lt;BR /&gt;
&lt;BR /&gt;
It is possible to use a SAS assignment statement to test for a SAS time constant, such as "15:00:00"T  (arbitrary example time-of-day) -- then analyze your data by using SAS procedures SUMMARY, MEANS, possibly.&lt;BR /&gt;
&lt;BR /&gt;
Furthermore, SAS procedures have been suggested, in general, for your prior posts - yet we know nothing about how much use of any of the procedures you have actually had with some success.&lt;BR /&gt;
&lt;BR /&gt;
I strongly encourage you to take a step back, determine how much time you wish to invest in learning the SAS Base system (to get started), then consider beginning here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/training/elearn/" target="_blank"&gt;http://support.sas.com/training/elearn/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
And, I can't emphasize enough that there are technical resources at your disposal with the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website, for consideration.&lt;BR /&gt;
&lt;BR /&gt;
Best of luck with your SAS learning and programming endeavors.....&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 19 Feb 2010 17:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-function-to-select-only-particular-time-of-the-day/m-p/60246#M17077</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-02-19T17:52:59Z</dc:date>
    </item>
  </channel>
</rss>

