<?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: Please help me on below scenario ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128719#M294629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Losstime variable has lakhs of records. Date, month, year, time varies for every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 13:54:00 GMT</pubDate>
    <dc:creator>nitin_k24</dc:creator>
    <dc:date>2013-03-06T13:54:00Z</dc:date>
    <item>
      <title>Please help me on below scenario ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128717#M294627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable name Losstime which has date with time stamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is&lt;/P&gt;&lt;P&gt;if losstime in between&amp;nbsp; 4pm 29jan2011 (Here 4pm inclusive) to 4pm29jan2012 (Here 4pm is exclusive ) then the variable&lt;/P&gt;&lt;P&gt;Policy year&amp;nbsp; = 2011/12 (Variable need to create as per the scenario)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if losstime in between&amp;nbsp; 4pm 29jan2010 (Here 4pm inclusive) to 4pm29jan2011 (Here 4pm is exclusive ) then the variable&lt;/P&gt;&lt;P&gt;Policy year&amp;nbsp; = 2010/11 (Variable need to create as per the scenario)&amp;nbsp; etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with Sas and Sql code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128717#M294627</guid>
      <dc:creator>nitin_k24</dc:creator>
      <dc:date>2013-03-06T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on below scenario ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128718#M294628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a one time ad-hoc update?&lt;/P&gt;&lt;P&gt;Just use SQL update, with a set statement combined with a where clause.&lt;/P&gt;&lt;P&gt;Be sure that you use SAS date and datetime constants (if your data is stored correspondingly).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128718#M294628</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-03-06T13:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on below scenario ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128719#M294629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Losstime variable has lakhs of records. Date, month, year, time varies for every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 13:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128719#M294629</guid>
      <dc:creator>nitin_k24</dc:creator>
      <dc:date>2013-03-06T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on below scenario ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128720#M294630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't understand, if your requirement differ from your example, give us some more flesh (example data that is)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 14:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128720#M294630</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-03-06T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on below scenario ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128721#M294631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, now I get it!&lt;/P&gt;&lt;P&gt;Well, I should build a lookup-up table, containing your start and end datetime, for each policy year. Then you fetch the policy year in a join, or you could define the interval as a format, with the policy year as label (the formatted value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 14:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-on-below-scenario/m-p/128721#M294631</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-03-06T14:22:06Z</dc:date>
    </item>
  </channel>
</rss>

