<?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: how to change date format 20160107 into sas dates in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358644#M23618</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35408"&gt;@SASuserxx&lt;/a&gt; wrote:&lt;BR /&gt;HI&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;This would mean is I have a column with all the dates of 20160101 then I will have to put all in&lt;BR /&gt;&lt;BR /&gt;I would just replace the data to the variables column&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is unclear.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2017 05:27:49 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-05-15T05:27:49Z</dc:date>
    <item>
      <title>how to change date format 20160107 into sas dates</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358635#M23615</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;im trying to change my sas format from&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="69"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="69"&gt;20160107&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;to a sas format sas forecast studio can read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have tried yymmddn8. but it comes up blank. my current laod format is numeric&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 04:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358635#M23615</guid>
      <dc:creator>SASuserxx</dc:creator>
      <dc:date>2017-05-15T04:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to change date format 20160107 into sas dates</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358636#M23616</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
format want date9.;
val=20160515;
want=input(put(val,8.),yymmdd8.);
put want=;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I converted numeric value to string and then converted it back to numeric using yymmdd8.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 04:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358636#M23616</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2017-05-15T04:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to change date format 20160107 into sas dates</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358641#M23617</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;This would mean is I have a column with all the dates of 20160101 then I will have to put all in&lt;BR /&gt;&lt;BR /&gt;I would just replace the data to the variables column&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 May 2017 04:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358641#M23617</guid>
      <dc:creator>SASuserxx</dc:creator>
      <dc:date>2017-05-15T04:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to change date format 20160107 into sas dates</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358644#M23618</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35408"&gt;@SASuserxx&lt;/a&gt; wrote:&lt;BR /&gt;HI&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;This would mean is I have a column with all the dates of 20160101 then I will have to put all in&lt;BR /&gt;&lt;BR /&gt;I would just replace the data to the variables column&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is unclear.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 05:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358644#M23618</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-15T05:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to change date format 20160107 into sas dates</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358661#M23619</link>
      <description>&lt;P&gt;When you posted your question, you saw this at the bottom:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Stop right there!&lt;/STRONG&gt; Before pressing POST, tick off this checklist. Does your post …&lt;/P&gt;
&lt;TABLE align="left" border="1" cellpadding="5" cellspacing="5" width="75%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;✔ Have a descriptive subject line, i.e., How do I ‘XYZ’?&lt;/TD&gt;
&lt;TD&gt;✔ Use simple language and provide context? Definitely mention what version you’re on.&lt;/TD&gt;
&lt;TD&gt;✔ Include code and example data? Consider using the &lt;A href="https://communities.sas.com/t5/Community-Memo/Getting-the-Most-from-Your-Post-SAS-Syntax-Highlighter/ba-p/230172" target="_blank"&gt;SAS Syntax feature&lt;/A&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow these suggestions, especially #3. Use the macro from&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to post your data in the form of a data step.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 06:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-change-date-format-20160107-into-sas-dates/m-p/358661#M23619</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-15T06:44:23Z</dc:date>
    </item>
  </channel>
</rss>

