<?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: Need help for this format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503917#M134765</link>
    <description>&lt;P&gt;I did try this and I am not getting right results meaning wrong data and time.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Oct 2018 21:23:00 GMT</pubDate>
    <dc:creator>Ahsan</dc:creator>
    <dc:date>2018-10-12T21:23:00Z</dc:date>
    <item>
      <title>Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503906#M134761</link>
      <description>&lt;P&gt;Hello I need some help on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this to see the time on this variable ADJDC_TM the variable has a data in there so I used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to_char(ADJDC_TM, 'YYYY-MM-DD HH:MI:SS AM') and I got&amp;nbsp; the correct result in SQL Developer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I like to see the same result in SAS how do&amp;nbsp;I&amp;nbsp;that. What format I have to use. All the help appreciated.&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;</description>
      <pubDate>Fri, 12 Oct 2018 21:05:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503906#M134761</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-12T21:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503907#M134762</link>
      <description>&lt;P&gt;something like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;put(ADJDC_TM, datetime20.);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;for the datetime value?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 21:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503907#M134762</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-10-12T21:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503917#M134765</link>
      <description>&lt;P&gt;I did try this and I am not getting right results meaning wrong data and time.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 21:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503917#M134765</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-12T21:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503928#M134770</link>
      <description>&lt;P&gt;Have you explored and exhausted all datetime formats available in sas?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 21:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503928#M134770</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-10-12T21:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503936#M134772</link>
      <description>Show an example of what you're starting off with and what you're trying to do please.</description>
      <pubDate>Fri, 12 Oct 2018 22:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503936#M134772</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-12T22:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503946#M134776</link>
      <description>&lt;P&gt;that's what I did in SQL developer I have attached the screen shot I wanna do same in SAS too.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 23:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503946#M134776</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-12T23:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503948#M134778</link>
      <description>SELECT t1.TRNSCT_CNTL_NBR,&lt;BR /&gt;to_char(ADJDC_TM, 'YYYY-MM-DD HH:MI:SS AM'),&lt;BR /&gt;t1.CLM_HDR_PD_DT,&lt;BR /&gt;t1.HDR_TYP_CD,&lt;BR /&gt;t1.HDR_STS_CD,&lt;BR /&gt;t1.ADJDC_DT,&lt;BR /&gt;t1.ADJDC_TM,&lt;BR /&gt;t1.CLM_HDR_INSRT_DT&lt;BR /&gt;FROM CLAIM_HEADER_CUR t1 WHERE t1.TRNSCT_CNTL_NBR IN&lt;BR /&gt;(&lt;BR /&gt;'abcdexusususu',&lt;BR /&gt;'abaskfkfdkfkfkfk',&lt;BR /&gt;&lt;BR /&gt;ORDER BY t1.CLM_HDR_PD_DT;&lt;BR /&gt;&lt;BR /&gt;I want to do same in SAS</description>
      <pubDate>Fri, 12 Oct 2018 23:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503948#M134778</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-12T23:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503950#M134780</link>
      <description>No screenshot. Please also include the recommended SAS code you said did not work.</description>
      <pubDate>Fri, 12 Oct 2018 23:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503950#M134780</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-12T23:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503953#M134782</link>
      <description>&lt;P&gt;Incomplete code doesn't help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A straight SAS Proc SQL would likely have thrown an error with&lt;/P&gt;
&lt;P&gt;to_char(ADJDC_TM, 'YYYY-MM-DD HH:MI:SS AM'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show the SAS code you ran. Copy it from the LOG with all the messages involved and paste into a code box opened using the forum's {I} icon.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 23:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503953#M134782</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-12T23:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503955#M134783</link>
      <description>&lt;P&gt;I am pretty sure that even SQL_DEVELOPER cannot run emojis.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember to use the Insert Code or Insert SAS Code icons to get a pop-up window to enter your example data/code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure that your SAS variable has datetime values?&amp;nbsp; If you try to format a date value (number of days) as if it was a datetime value (number of seconds) you will get a value early in the year 1960.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 00:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503955#M134783</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-10-13T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503960#M134784</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ADJDC_TM.PNG" style="width: 95px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23986iDE384CBBF55343EA/image-size/small?v=v2&amp;amp;px=200" role="button" title="ADJDC_TM.PNG" alt="ADJDC_TM.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SQL Developer ADJC_TM.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23987i8F24ACCFC1CDB762/image-size/small?v=v2&amp;amp;px=200" role="button" title="SQL Developer ADJC_TM.PNG" alt="SQL Developer ADJC_TM.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the screen shot of sql developer and SAS variable is not a datetime format. Here is the SAS code as well&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;SQL&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CREATE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; WORK.QUERY_FOR_CLAIM_HEADER_CUR_0003 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;AS&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SELECT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; t1.TRNSCT_CNTL_NBR, &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;t1.CLM_HDR_PD_DT,&lt;/P&gt;&lt;P&gt;t1.HDR_TYP_CD,&lt;/P&gt;&lt;P&gt;t1.HDR_STS_CD,&lt;/P&gt;&lt;P&gt;t1.ADJDC_DT,&lt;/P&gt;&lt;P&gt;t1.ADJDC_TM,&lt;/P&gt;&lt;P&gt;t1.CLM_HDR_INSRT_DT,&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* Test */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;(PUT(ADJDC_TM, &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;DATETIME20.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;)) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;AS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Test&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FROM&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; WORK.QUERY_FOR_CLAIM_HEADER_CUR t1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;QUIT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 00:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503960#M134784</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-13T00:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503965#M134788</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
CREATE TABLE WORK.QUERY_FOR_CLAIM_HEADER_CUR_0003 AS
SELECT t1.TRNSCT_CNTL_NBR,
 
t1.CLM_HDR_PD_DT,
t1.HDR_TYP_CD,
t1.HDR_STS_CD,
t1.ADJDC_DT,
t1.ADJDC_TM,
t1.CLM_HDR_INSRT_DT,
/* Test */
ADJDC_TM AS Test1,
ADJDC_TM AS Test2 format=datetime.,
ADJDC_TM AS Test3 format=date9.
FROM WORK.QUERY_FOR_CLAIM_HEADER_CUR t1;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You already have the data. What does this show up as?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect one of the above is what you need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 02:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503965#M134788</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-13T02:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503967#M134790</link>
      <description>&lt;P&gt;Your photograph is showing&amp;nbsp;&lt;SPAN&gt;ADJDC_TM as just a date value.&amp;nbsp; But&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the TO_CHAR() function was able to find time values to add to the dates.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If your values in SAS are only DATE values and not DATETIME values then the method you used to move the data has excluded the time part, just like what ever tool you used to make the report that you posted the photo of.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How did you move the data from that system into SAS?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 03:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503967#M134790</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-10-13T03:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503972#M134792</link>
      <description>&lt;P&gt;I used your method test2 give me the date and time but the date is wrong, Test3 give me the correct date but no time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23988i94D1D8C2E8BAC94C/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 03:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503972#M134792</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-13T03:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503975#M134793</link>
      <description>I didn't move any data. SAS EG is connected to Oracle database so how I see date and time in SQL developer I want to see the same in SAS.</description>
      <pubDate>Sat, 13 Oct 2018 03:35:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503975#M134793</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-13T03:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503976#M134794</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I used your method test2 give me the date and time but the date is wrong, Test3 give me the correct date but no time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23988i94D1D8C2E8BAC94C/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you have proved that you have DATE values and not DATETIME values.&amp;nbsp; If try to format a date (number of days) as if it was a datetime (number of seconds) then it will look like a value in early 1960.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How did you create the SAS dataset?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 03:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503976#M134794</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-10-13T03:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503977#M134795</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165195"&gt;@Ahsan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I didn't move any data. SAS EG is connected to Oracle database so how I see date and time in SQL developer I want to see the same in SAS.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;EG is a Windows program you are running on your PC to connect to a server running SAS, not Oracle. The only way it can get data from Oracle is if you used some SAS commands to connect your SAS session to your Oracle database.&lt;/P&gt;
&lt;P&gt;So what did you run?&lt;/P&gt;
&lt;P&gt;Did you create a SAS libref that points to a schema (database) in Oracle?&lt;/P&gt;
&lt;P&gt;Did you use PROC SQL to connect to Oracle and write a passthrough query to pull some data from Oracle?&lt;/P&gt;
&lt;P&gt;Did you push some buttons in EG? What type of buttons?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You probably need to either change how the data is defined in Oracle so that SAS can autodetect that you want the full datetime value for that variable.&amp;nbsp; Or tell SAS your self how to treat that variable.&amp;nbsp; Look at the DBSASTYPE= dataset option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001371572.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001371572.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 03:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503977#M134795</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-10-13T03:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503978#M134796</link>
      <description>I just login in SAS EG and which connect to Oracle library.</description>
      <pubDate>Sat, 13 Oct 2018 03:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503978#M134796</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-13T03:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503985#M134800</link>
      <description>I used SQL Pass through and use the same code which I used in SQL developer and got the desired result.&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Oct 2018 05:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/503985#M134800</guid>
      <dc:creator>Ahsan</dc:creator>
      <dc:date>2018-10-13T05:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for this format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/504000#M134809</link>
      <description>&lt;P&gt;You can also use SQL pass-through in SAS and use the to_char() function if you want.&lt;/P&gt;
&lt;P&gt;There are many papers on how to do this.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 09:08:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-for-this-format/m-p/504000#M134809</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-13T09:08:26Z</dc:date>
    </item>
  </channel>
</rss>

