<?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: Character date to numeric date &amp;amp; ACF plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352890#M82327</link>
    <description>&lt;P&gt;Have you tried adding the class statement prior to the model statement? &amp;nbsp;Could be that SAS wants to look at your data categorically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;CLASS&amp;nbsp;Date;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also, what is the informat and format of your data?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 14:50:16 GMT</pubDate>
    <dc:creator>thomp7050</dc:creator>
    <dc:date>2017-04-24T14:50:16Z</dc:date>
    <item>
      <title>Character date to numeric date &amp; ACF plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352887#M82325</link>
      <description>&lt;P&gt;Hi I'm plotting the ACF of CAD with the following data example:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8513i62C8EBE60770660A/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Data.png" title="Data.png" /&gt;&lt;/P&gt;&lt;P&gt;However, the log gave the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8515iFE5FFC43CCC9D063/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Log.png" title="Log.png" /&gt;&lt;/P&gt;&lt;P&gt;So I guess the problem is my date is not numeric? If so, can someone provide some hint with this problem? Thank you.&lt;/P&gt;&lt;P&gt;Here is the code I wrote for ACF plot:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc autoreg DATA=Combined
plots(unpackpanel only) = ACFPlot;
model CAD = Date;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Apr 2017 14:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352887#M82325</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-04-24T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Character date to numeric date &amp; ACF plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352890#M82327</link>
      <description>&lt;P&gt;Have you tried adding the class statement prior to the model statement? &amp;nbsp;Could be that SAS wants to look at your data categorically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;CLASS&amp;nbsp;Date;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also, what is the informat and format of your data?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 14:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352890#M82327</guid>
      <dc:creator>thomp7050</dc:creator>
      <dc:date>2017-04-24T14:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Character date to numeric date &amp; ACF plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352903#M82331</link>
      <description>&lt;P&gt;Thank you for replying, I double checked the format part and fixed it by correcting a mistake. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Character-date-to-numeric-date-amp-ACF-plot/m-p/352903#M82331</guid>
      <dc:creator>Xusheng</dc:creator>
      <dc:date>2017-04-24T15:11:28Z</dc:date>
    </item>
  </channel>
</rss>

