<?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: changing date value in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182922#M14044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan 26 is a Sunday, Jan 30th is Thursday. &lt;/P&gt;&lt;P&gt;What's the logic behind your change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 00:05:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-11-24T00:05:39Z</dc:date>
    <item>
      <title>changing date value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182921#M14043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me to change this value for date. date variable is "date type"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date=Sun, Jan 26, 2014&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date=Sun, Jan 30, 2014&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 00:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182921#M14043</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2014-11-24T00:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: changing date value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182922#M14044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan 26 is a Sunday, Jan 30th is Thursday. &lt;/P&gt;&lt;P&gt;What's the logic behind your change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 00:05:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182922#M14044</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-24T00:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: changing date value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182923#M14045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sorry i missed the day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so from &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Sun, Jan 26, 2014&lt;/STRONG&gt; to &lt;STRONG&gt;Thu&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;, Jan 30, 2014&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i change this using SAS code? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 00:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182923#M14045</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2014-11-24T00:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: changing date value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182924#M14046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again what's the logic, is it for only one date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the intnx function to increment a date 4 days, or simply add 4 to the date.&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; Sample;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #009193;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;have=&lt;/SPAN&gt;&lt;STRONG&gt;"26Jan2014"D&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;want=intnx(&lt;SPAN style="color: #942193;"&gt;'day'&lt;/SPAN&gt;, have, &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;want2=have+&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;format&lt;/SPAN&gt; have want want2 &lt;SPAN style="color: #009193;"&gt;weekdate17.&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;put&lt;/SPAN&gt; have;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;put&lt;/SPAN&gt; want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;put&lt;/SPAN&gt; want2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 00:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182924#M14046</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-24T00:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: changing date value</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182925#M14047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a lot Reeza... I was working some datasets and needed to change the date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 06:26:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/changing-date-value/m-p/182925#M14047</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2014-11-24T06:26:23Z</dc:date>
    </item>
  </channel>
</rss>

