<?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: Oracle to EG Date Format Issue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198995#M15053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you reading your data from Oracle? With a Query Builder query, or with a SAS program? If you are using a program, please post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't advise you on the best way of changing the date format if we don't know how you are reading your data in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Aug 2015 22:31:57 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-08-16T22:31:57Z</dc:date>
    <item>
      <title>Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198991#M15049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;I encounter a problem about transfering datas from Oracle to EG. I want the format in EG DD\MM\YYYY instead of DD\MMM\YYYY : &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;. Is here anyone who can help me ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;IMG alt="Screenshot_3.png" class="jiveImage" src="https://communities.sas.com/legacyfs/online/11401_Screenshot_3.png" style="width: 450px; height: 292px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 07:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198991#M15049</guid>
      <dc:creator>turcay</dc:creator>
      <dc:date>2015-08-14T07:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198992#M15050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question involves two parts: 1. Convert DateTime value to Date value. 2. Format the way you want. It can be easily done using Base code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In EG, you will need to create computed variable: Query builder - select data - create new computed column - 1 of 4 Select a type, select 'Advanced expression' - 2 of 4 Enter an expression: DATEPART(your-Oracle-datetime) - 3 of 4, enter your new date variable name, on the bottom Format, enter ddmmyy10. and click through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 20:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198992#M15050</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2015-08-14T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198993#M15051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make a Environment variable like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export&amp;nbsp; sasdatefmt=dd/mm/yy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forget something, search it at support.sas.com .You are going to find it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 11:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198993#M15051</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-08-15T11:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198994#M15052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ffffff;"&gt;Thank you for your help. In fact, my purpose is to change the "Format" column in the "Properties" window as you see in the picture(table -&amp;gt; right click -&amp;gt; columns) . Could you give information to me on how to do that, please ? I think if i can change the “Format” column as i wanted, the “Format” column will come as DD\MM\YYYY format by default when i receive the data every time.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2015 13:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198994#M15052</guid>
      <dc:creator>turcay</dc:creator>
      <dc:date>2015-08-16T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198995#M15053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you reading your data from Oracle? With a Query Builder query, or with a SAS program? If you are using a program, please post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't advise you on the best way of changing the date format if we don't know how you are reading your data in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2015 22:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198995#M15053</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-16T22:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198996#M15054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use query builders, and only thing we need is to view date colums with format of date9 (which is default date format for SAS). I found SASDATEFMT option but how can we set it as global variable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198996#M15054</guid>
      <dc:creator>sinancanturk</dc:creator>
      <dc:date>2015-08-18T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle to EG Date Format Issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198997#M15055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS can be configured globally - see this link: &lt;A href="http://support.sas.com/kb/6/413.html" title="http://support.sas.com/kb/6/413.html"&gt;6413 - SASDATEFMT option can be defined globally in the config file or as an environment variable with SAS/ACCESS® Interface to Oracle&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 19:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Oracle-to-EG-Date-Format-Issue/m-p/198997#M15055</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-18T19:32:52Z</dc:date>
    </item>
  </channel>
</rss>

