<?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: how to convert Julian to YYYY MM DD ? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162203#M12540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &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;. The inconsistency of your data is more problematic than choosing a proper informat. You have mentioned CYYDDD, so the first digit is "Century"? If yes, then it vaguely reflects PDJULI&lt;SPAN class="userSuppliedValue" style="font-style: italic;"&gt;w&lt;/SPAN&gt;. to me, maybe we can start from here if it does contain some information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Dec 2014 18:56:33 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2014-12-25T18:56:33Z</dc:date>
    <item>
      <title>how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162195#M12532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue regarding date conversion. I have a date which is in CYYDDD format It's nothing but a JULIAN format of the date.&lt;/P&gt;&lt;P&gt;Date are given below&lt;/P&gt;&lt;P&gt;114010&lt;/P&gt;&lt;P&gt;14001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to convert this date into YYYYMMDD format But I can't see any function which can help to convert it required format.&lt;/P&gt;&lt;P&gt;I am using below method to convert it.which helping me to convert 14001 in req format&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;req_date=tranwrd(put(dhms(input(put(given_date,&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 15px; background-color: #ffffff; font-family: 'Courier New'; background-position: initial;"&gt;6.&lt;/STRONG&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: teal; background: white;"&gt;JULIAN6.&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;),reqt_hh,reqt_mm,reqt_ss),&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: teal; background: white;"&gt;E8601DT21.&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: purple; background: white;"&gt;'T'&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: purple; background: white;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: 'Courier New'; color: black; background: white;"&gt;Please let me know how to convert first julian date&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 02:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162195#M12532</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-12-25T02:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162196#M12533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What output are you expecting &lt;/P&gt;&lt;P&gt;1) Exact dates for your sample&lt;/P&gt;&lt;P&gt;2) SAS date with format applied or character variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 03:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162196#M12533</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-25T03:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162197#M12534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am expecting an output in YYYY MM DD HH MM SS format.HH MM SS will taken care by &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 15px; background-color: #ffffff;"&gt;reqt_hh,reqt_mm,reqt_ss variable.Let me know if you have any query.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 03:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162197#M12534</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-12-25T03:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162198#M12535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that variable is date type variable , why not assign it another format mmddyyn10. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 15px; background-color: #ffffff;"&gt;given_date&lt;/SPAN&gt;&amp;nbsp; mmddyyn10.&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 06:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162198#M12535</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-12-25T06:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162199#M12536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;Date are given below&lt;/P&gt;
&lt;P&gt;114010&lt;/P&gt;
&lt;P&gt;14001&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;What dates are the above? &lt;/P&gt;&lt;P&gt;Jan 10, 2014&lt;/P&gt;&lt;P&gt;Jan 1, 2014?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 06:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162199#M12536</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-25T06:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162200#M12537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;114010&lt;/SPAN&gt; date is 2014-01-10 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 14:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162200#M12537</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-12-25T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162201#M12538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's in Julian format with six digit. there are function like Datejul which will help to convert it into Date.But that is for 5 0r 7 digit not for 6 digit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 14:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162201#M12538</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-12-25T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162202#M12539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have inconsistent data which makes it manual, especially if both of your example dates are in 2014.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a manual way, basically remove the first digit as it doesn't seem to add any information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; have;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff;"&gt;input&lt;/SPAN&gt; given_date @@;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #0433ff;"&gt;cards&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;114010&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;14001&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; want;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff;"&gt;set&lt;/SPAN&gt; have;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;char_var=put(given_date, &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;6.&lt;/STRONG&gt;&lt;/SPAN&gt; -l);&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff;"&gt;if&lt;/SPAN&gt; length(char_var)&amp;gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;then&lt;/SPAN&gt; char_var=substr(char_var, &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;req_date=input(char_var,&lt;SPAN style="color: #009193;"&gt;JULIAN7.&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #0433ff;"&gt;format&lt;/SPAN&gt; req_date &lt;SPAN style="color: #009193;"&gt;date9.&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162202#M12539</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-25T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162203#M12540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &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;. The inconsistency of your data is more problematic than choosing a proper informat. You have mentioned CYYDDD, so the first digit is "Century"? If yes, then it vaguely reflects PDJULI&lt;SPAN class="userSuppliedValue" style="font-style: italic;"&gt;w&lt;/SPAN&gt;. to me, maybe we can start from here if it does contain some information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162203#M12540</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2014-12-25T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162204#M12541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help and it's really helpfull.I achieved it by doing below.&lt;/P&gt;&lt;P&gt;Let me if you see any loophole in my code.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;data auth;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;input &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;AU_TRANS_DATE_JUL&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000; background: white; background-color: #ffffff; font-family: 'Courier New';"&gt;114010&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000; background: white; background-color: #ffffff; font-family: 'Courier New';"&gt;14010&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000; background: white; background-color: #ffffff; font-family: 'Courier New';"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000000; background: white; background-color: #ffffff; font-family: 'Courier New';"&gt;run;&lt;/STRONG&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; req_date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; auth(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;keep&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;=AU_TRANS_DATE_JUL reqt_hh reqt_mm reqt_ss);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; AU_TRANS_DATE_JUL&amp;gt;&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;100000&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;auth_trans_date=tranwrd(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;put&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;(dhms(datejul(&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;1900000&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;+&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;AU_TRANS_DATE_JUL&lt;/SPAN&gt;),reqt_hh,reqt_mm,reqt_ss),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;E8601DT21.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; background: white;"&gt;'T'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; background: white;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;auth_trans_date=tranwrd(put(dhms(input(put(&lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;AU_TRANS_DATE_JUL&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;6.&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;JULIAN6.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;),reqt_hh,reqt_mm,reqt_ss),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;E8601DT21.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; background: white;"&gt;'T'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; background: white;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162204#M12541</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-12-25T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162205#M12542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My only concern is are you sure that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14010 isn't January 10, 1914?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know your data, but that's still a valid birthdate in my data.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Also, it changed from initial example: 14010 vs 14001).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162205#M12542</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-25T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Julian to YYYY MM DD ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162206#M12543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agreed on your concern.Even I have the same concern.But the data on which I am working belong to 2014 January month data.&lt;/P&gt;&lt;P&gt;Due to which I am feeling little bit comfortable with the conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your concern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:57:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-to-convert-Julian-to-YYYY-MM-DD/m-p/162206#M12543</guid>
      <dc:creator>PravinMishra</dc:creator>
      <dc:date>2014-12-25T19:57:23Z</dc:date>
    </item>
  </channel>
</rss>

