<?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: SAS Enterprise Guide doesn't read datetimes after upgrade in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689702#M37223</link>
    <description>&lt;P&gt;Thank you both for your responses. I'm working with ITS to see if we can resolve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim, here is my log, after running the code you suggested:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program 3';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Standalone Not In Project';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10 &lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP_FV(9,4,4, 0,0,0) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGSR TEMP;&lt;BR /&gt;18 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;19 STYLE=HTMLBlue&lt;BR /&gt;20 NOGTITLE&lt;BR /&gt;21 NOGFOOTNOTE&lt;BR /&gt;22 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;23 ENCODING=UTF8&lt;BR /&gt;24 options(rolap="on")&lt;BR /&gt;25 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;26 &lt;BR /&gt;27 OPTIONS NOSOURCE;&lt;BR /&gt;SYSHOSTINFOLONG=W32_10PRO WIN 10.0.17763 Workstation&lt;BR /&gt;SYSVLONG4=9.04.01M7P08052020&lt;BR /&gt;31 &lt;BR /&gt;32 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;33 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;34 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;35 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;36 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;37 %LET _SASPROGRAMFILE=;&lt;BR /&gt;38 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;39 &lt;BR /&gt;40 ;*';*";*/;quit;run;&lt;BR /&gt;41 ODS _ALL_ CLOSE;&lt;BR /&gt;42 &lt;BR /&gt;43 &lt;BR /&gt;44 QUIT; RUN;&lt;BR /&gt;45 &lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 19:53:36 GMT</pubDate>
    <dc:creator>techsassy</dc:creator>
    <dc:date>2020-10-07T19:53:36Z</dc:date>
    <item>
      <title>SAS Enterprise Guide doesn't read datetimes after upgrade</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689059#M37186</link>
      <description>&lt;P&gt;Hello, we recently upgraded from SAS Enterprise Guide 6.1 to 8.3. We have a Microsoft SQL Server which provides a table that has datetimes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using EG 6.1, SAS would correctly read the datetimes, which could be confirmed either by looking at the Output Datasets (where the datetime columns had a unique symbol to indicate datetime type) or by running proc contents and looking at the variable types.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since upgrading to EG 8.3, SAS no longer correctly reads the datetimes; they all appear as strings, instead. Nothing has changed in our database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 02:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689059#M37186</guid>
      <dc:creator>techsassy</dc:creator>
      <dc:date>2020-10-06T02:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide doesn't read datetimes after upgrade</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689076#M37188</link>
      <description>&lt;P&gt;Talk to your SAS administrator. It is highly unlikely that EG alone has caused this issue. What else has changed? The SAS version / release? The OS your SAS server is running on? The SAS/ACCESS product used to read SQL Server? This could be either SAS/ACCESS to SQL Server or SAS/ACCESS to ODBC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen this type of behaviour when there has been a change in ODBC driver that SAS's ACCESS product has been using and nothing else has changed.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 04:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689076#M37188</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-10-06T04:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide doesn't read datetimes after upgrade</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689338#M37211</link>
      <description>&lt;P&gt;Are you using a Libname and regular Proc SQL or are you using explicit pass through (Connect to DATABASE as...) style SQL?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;If you are using a Libname, you could try coding the&amp;nbsp;&lt;SPAN class="xisDoc-keyword"&gt;DATETIME2=&lt;/SPAN&gt;&lt;SPAN class="xisDoc-choice"&gt;YES&amp;nbsp;option on the Libname.&amp;nbsp; I don't think that's the issue, but it's worth a try.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN class="xisDoc-choice"&gt;I would agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;that an upgrade to Enterprise Guide is unlikely to have caused the problem.&amp;nbsp; What release of SAS are you on?&amp;nbsp; Would you be able to run the below SAS code and post the SAS log afterwards?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN class="xisDoc-choice"&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OPTIONS	NOSOURCE;
%PUT	&amp;amp;=Syshostinfolong;
%PUT	&amp;amp;=SysVlong4;
OPTIONS	SOURCE;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 20:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689338#M37211</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-06T20:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide doesn't read datetimes after upgrade</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689702#M37223</link>
      <description>&lt;P&gt;Thank you both for your responses. I'm working with ITS to see if we can resolve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim, here is my log, after running the code you suggested:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program 3';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Standalone Not In Project';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10 &lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP_FV(9,4,4, 0,0,0) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGSR TEMP;&lt;BR /&gt;18 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;19 STYLE=HTMLBlue&lt;BR /&gt;20 NOGTITLE&lt;BR /&gt;21 NOGFOOTNOTE&lt;BR /&gt;22 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;23 ENCODING=UTF8&lt;BR /&gt;24 options(rolap="on")&lt;BR /&gt;25 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;26 &lt;BR /&gt;27 OPTIONS NOSOURCE;&lt;BR /&gt;SYSHOSTINFOLONG=W32_10PRO WIN 10.0.17763 Workstation&lt;BR /&gt;SYSVLONG4=9.04.01M7P08052020&lt;BR /&gt;31 &lt;BR /&gt;32 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;33 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;34 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;35 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;36 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;37 %LET _SASPROGRAMFILE=;&lt;BR /&gt;38 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;39 &lt;BR /&gt;40 ;*';*";*/;quit;run;&lt;BR /&gt;41 ODS _ALL_ CLOSE;&lt;BR /&gt;42 &lt;BR /&gt;43 &lt;BR /&gt;44 QUIT; RUN;&lt;BR /&gt;45 &lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 19:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689702#M37223</guid>
      <dc:creator>techsassy</dc:creator>
      <dc:date>2020-10-07T19:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide doesn't read datetimes after upgrade</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689753#M37228</link>
      <description>&lt;P&gt;OK, it looks like you're running SAS 9.4 M7 on a 32 bit machine with a Windows 10 Professional OS.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SYSHOSTINFOLONG=W32_10PRO WIN 10.0.17763 Workstation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SYSVLONG4=9.04.01&lt;STRONG&gt;M7&lt;/STRONG&gt;P08052020&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm not seeing anything alarming there right off.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you post a sample PROC SQL?&amp;nbsp; I want the Libname and then everything from PROC SQL to QUIT.&amp;nbsp; I would also like to see the log file.&amp;nbsp; If I have your code and your log, I should get a pretty good idea of what's going on.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you would, please use the "Insert SAS code" icon to post the SAS code and the "Insert Code" icon for the log.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1602107052470.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50325iBD10C588E6B9D061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1602107052470.png" alt="jimbarbour_0-1602107052470.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 21:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-doesn-t-read-datetimes-after-upgrade/m-p/689753#M37228</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-07T21:44:22Z</dc:date>
    </item>
  </channel>
</rss>

