<?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 Dates from excel in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141268#M37691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data XYZ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile file1 dlm='09'x notab dsd missover;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat Date1 DATE.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input Name $ Num1 Name2 $ Num2 Date1 Var1 Var2 Var3;&lt;/P&gt;&lt;P&gt;Date1=IDate;&lt;/P&gt;&lt;P&gt;format Date1 IDate date10.;&lt;/P&gt;&lt;P&gt;keep &lt;SPAN style="font-size: 13.3333330154419px;"&gt; Name Num1 Name2 Num2 Date1 IDate&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this, I get "." for both Date1 and IDate and the error that IDate is uninitialized.. When I remove the Date1=IDate statement the Date format works out fine. I have a feeling it has something to do with the input statement. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 02:21:28 GMT</pubDate>
    <dc:creator>dereck255</dc:creator>
    <dc:date>2015-01-28T02:21:28Z</dc:date>
    <item>
      <title>Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141268#M37691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data XYZ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile file1 dlm='09'x notab dsd missover;&lt;/P&gt;&lt;P&gt;&amp;nbsp; informat Date1 DATE.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input Name $ Num1 Name2 $ Num2 Date1 Var1 Var2 Var3;&lt;/P&gt;&lt;P&gt;Date1=IDate;&lt;/P&gt;&lt;P&gt;format Date1 IDate date10.;&lt;/P&gt;&lt;P&gt;keep &lt;SPAN style="font-size: 13.3333330154419px;"&gt; Name Num1 Name2 Num2 Date1 IDate&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this, I get "." for both Date1 and IDate and the error that IDate is uninitialized.. When I remove the Date1=IDate statement the Date format works out fine. I have a feeling it has something to do with the input statement. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 02:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141268#M37691</guid>
      <dc:creator>dereck255</dc:creator>
      <dc:date>2015-01-28T02:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141269#M37692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out! &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Date1=IDate should be IDate=Date1;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 02:22:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141269#M37692</guid>
      <dc:creator>dereck255</dc:creator>
      <dc:date>2015-01-28T02:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141270#M37693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont think it is necessary to keep the variable &lt;SPAN style="font-size: 13.3333330154419px;"&gt;IDate in the keep statement, it is this reason you got the uninitialized note. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; From the input statement you are reading the date as date1 variable. so there is no need to use date1=ldate. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;jag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 02:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141270#M37693</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-01-28T02:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141271#M37694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is the title of the question dates from Excel? This looks to be reading a tab delimited file.&lt;/P&gt;&lt;P&gt;MISSOVER is considered deprecated and TRUNCOVER should be used instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 03:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141271#M37694</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-28T03:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141272#M37695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because the file is from excel - I just didn't show the dde. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 03:50:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141272#M37695</guid>
      <dc:creator>dereck255</dc:creator>
      <dc:date>2015-01-28T03:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141273#M37696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: Where have you heard/read that missover has been deprecated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 04:29:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141273#M37696</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2015-01-28T04:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dates from excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141274#M37697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the term came up in a discussion either here or on SAS-L this month, the question was what is the difference between TRUNCOVER/MISSOVER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it's actually deprecated, just no longer useful in the majority of situations. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 04:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Dates-from-excel/m-p/141274#M37697</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-28T04:57:12Z</dc:date>
    </item>
  </channel>
</rss>

