<?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: date format yyyymmnn in DI in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311988#M67587</link>
    <description>&lt;P&gt;Hi Shmuel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when yymmdd. is used as Format&amp;nbsp;and Informat (as showed in attached), the output in the file is ********&lt;/P&gt;&lt;P&gt;But I don't mind about the field type in the file, that could be a sas Date, a datetime or other. But what I want is that a date in the format yyyymmdd should be printed in the file.&lt;/P&gt;&lt;P&gt;Unfortunatly, datepart doesn't change the behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13147iE1239056D4116356/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="datepart.png" title="datepart.png" /&gt;</description>
    <pubDate>Wed, 16 Nov 2016 14:16:49 GMT</pubDate>
    <dc:creator>niespolo</dc:creator>
    <dc:date>2016-11-16T14:16:49Z</dc:date>
    <item>
      <title>date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311959#M67572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would&amp;nbsp;write a date in the format yyyymmdd into a .csv file. SAS DI define the Datetime20. Format and Informat by default. I'm able to write the date in the file, but only using the default format. The date field is calculated by using the&amp;nbsp;expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;COALESCE(DATA_SCADENZA_FINALE, DATA_SCADENZA_INIZIALE )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would convert the result of this expression in a yyyymmdd format and then write it in the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In attach there is the mapping of the File Transfer transformation: the date field calculated by the expression is &lt;EM&gt;DATA_INSOLUTO_RID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13146i83B47E6F015949B3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="date format.png" title="date format.png" /&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311959#M67572</guid>
      <dc:creator>niespolo</dc:creator>
      <dc:date>2016-11-16T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311967#M67577</link>
      <description>&lt;P&gt;It seems that&amp;nbsp;&lt;EM&gt;DATA_INSOLUTO_RID&amp;nbsp;&lt;/EM&gt; is already a sas date field and not a datetime field.&lt;/P&gt;
&lt;P&gt;The format shown is yymmdd.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need use datepart() function to calculate date from a datetime, like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;EM&gt;DATA_INSOLUTO_RID &amp;nbsp;= datepart(DATA_INSOLUTO_RID );&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp;format&amp;nbsp;DATA_INSOLUTO_RID &amp;nbsp;yymmdd. or yymmn. - as preffered&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 12:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311967#M67577</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-16T12:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311988#M67587</link>
      <description>&lt;P&gt;Hi Shmuel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when yymmdd. is used as Format&amp;nbsp;and Informat (as showed in attached), the output in the file is ********&lt;/P&gt;&lt;P&gt;But I don't mind about the field type in the file, that could be a sas Date, a datetime or other. But what I want is that a date in the format yyyymmdd should be printed in the file.&lt;/P&gt;&lt;P&gt;Unfortunatly, datepart doesn't change the behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13147iE1239056D4116356/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="datepart.png" title="datepart.png" /&gt;</description>
      <pubDate>Wed, 16 Nov 2016 14:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/311988#M67587</guid>
      <dc:creator>niespolo</dc:creator>
      <dc:date>2016-11-16T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312042#M67606</link>
      <description>&lt;P&gt;Thats easy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;DATA_INSOLUTO_RID &amp;nbsp;= &lt;STRONG&gt;datepart&lt;/STRONG&gt;(DATA_INSOLUTO_RID );&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;format&amp;nbsp;DATA_INSOLUTO_RID &amp;nbsp;yymmddn8.;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312042#M67606</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-16T16:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312050#M67610</link>
      <description>&lt;P&gt;Maybe you mean this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DATA_INSOLUTO_RID &amp;nbsp;= &lt;STRONG&gt;datepart&lt;/STRONG&gt;(DATA_SCADENZA_FINALE);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Infact, the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DATA_INSOLUTO_RID &amp;nbsp;= &lt;STRONG&gt;datepart&lt;/STRONG&gt;(DATA_INSOLUTO_RID );&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns the error "&lt;FONT color="#ff0000"&gt;ERROR: Variable DATA_INSOLUTO_RID is not on file WORK.W1AE6YSK.&lt;FONT color="#000000"&gt;" and the expression cannot be validated.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;But using the setting as in the attached file, returns the following error: " &lt;FONT color="#ff0000"&gt;The informat YYMMDDN was not found or could not be loaded&lt;/FONT&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;As showed in the combobox, only &lt;EM&gt;yymmdd.&lt;/EM&gt;&amp;nbsp;or &lt;EM&gt;yymmn.&lt;/EM&gt; could be used;&amp;nbsp;&lt;EM&gt;yymmddn8.&lt;/EM&gt;&amp;nbsp;is not included in the combobox values.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;I've tried&amp;nbsp;also &lt;EM&gt;yymmdd.&lt;/EM&gt; in&amp;nbsp;Format and Informats. In this case,&amp;nbsp;DATA_INSOLUTO_RID is printed&amp;nbsp;as 16-11-14 in the file, but I expect 20161114 instead.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;Thank you,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13151i68BFCA6399FA3148/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="datepart_v1.png" title="datepart_v1.png" /&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312050#M67610</guid>
      <dc:creator>niespolo</dc:creator>
      <dc:date>2016-11-16T17:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312056#M67613</link>
      <description>&lt;P&gt;I copied a typo from your posts:&lt;/P&gt;
&lt;P&gt;The variable is:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;DATA_INSOLUTORID&lt;/STRONG&gt; = COALESCE(DATA_SCADENZA_FINALE, DATA_SCADENZA_INIZIALE );&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(DATA_INSOLUTORID&amp;nbsp; &amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;instead &amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;DATA_INSOLUTO_RID&lt;/STRONG&gt;&amp;nbsp;)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;then code should be:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;DATA_INSOLUTORID &amp;nbsp;= &lt;STRONG&gt;datepart&lt;/STRONG&gt;(DATA_INSOLUTORID );&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;format&amp;nbsp;DATA_INSOLUTORID &amp;nbsp;yymmddn8.;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312056#M67613</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-16T17:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312248#M67700</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've tried to type &lt;STRONG&gt;&lt;EM&gt;yymmddn8. &lt;/EM&gt;&lt;/STRONG&gt;in Format and Informat fields, but SAS returns "&lt;FONT color="#ff0000"&gt;The informat YYMMDDN was not found or could not be loaded&lt;/FONT&gt;&lt;FONT color="#000000"&gt;" when I run the job. I suppose only &lt;STRONG&gt;&lt;EM&gt;yymmdd.&lt;/EM&gt;&lt;/STRONG&gt; or &lt;STRONG&gt;&lt;EM&gt;yymmn. &lt;/EM&gt;&lt;/STRONG&gt;can be&amp;nbsp;selected from the combobox, as&amp;nbsp;you can see in my last attached file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312248#M67700</guid>
      <dc:creator>niespolo</dc:creator>
      <dc:date>2016-11-17T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312308#M67718</link>
      <description>&lt;P&gt;Leave the &lt;STRONG&gt;format&lt;/STRONG&gt; as &lt;STRONG&gt;yymmddn8&lt;/STRONG&gt;. &amp;nbsp;(yymmdd8. will result in yy/mm/dd format. try it )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;informat&lt;/STRONG&gt; should be &lt;STRONG&gt;yymmdd8&lt;/STRONG&gt;. &amp;nbsp;- SAS will analyze input and convert it correctly to sas date.&lt;/P&gt;
&lt;P&gt;Anyhow, why do you need to define informat after converting the variable to be sas date ?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need informat only while reading text file (like csv, or .txt ) and that must fit the input date format.&lt;/P&gt;
&lt;P&gt;Using sas datasets, you don't need the informat any more.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312308#M67718</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-17T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312344#M67735</link>
      <description>&lt;P&gt;yymmddn8. is not allowed in the Format field of the interface of the GUI! Ok, I could not use Informat anyway, but the value in the file shoud be yyyymmdd and not yy/mm/dd (ex. 20061117 and not 16/11/17).&lt;/P&gt;&lt;P&gt;I've tried with yymmdd. in the Format field and 8 in the Length field but it's printed 16-11-17 in the file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've not found&amp;nbsp;how to define the correct formatting of the date in the Format field of the GUI.&amp;nbsp;Could&amp;nbsp;I use an expression instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312344#M67735</guid>
      <dc:creator>niespolo</dc:creator>
      <dc:date>2016-11-17T14:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312394#M67761</link>
      <description>&lt;P&gt;SAS date field comtains the number of dates since Jan 1st, 1960.&lt;/P&gt;
&lt;P&gt;Just run next code to check different formats:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _NULL_;
   date = today();
   put date=;  /* as if format 6. */
   put 'Formated - 1  ' date= ddmmyy10.;
   put 'Formated - 2  ' date= ddmmyy8.;
   put 'Formated - 3  ' date= ddmmyyn8.;&lt;BR /&gt;   put 'Formated - 4  ' date= date9.;&lt;BR /&gt;   put 'Formated - 5  ' date= date7.;&lt;BR /&gt;
   /* .. you may try more formats ... */
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So SAS date is just a number. &amp;nbsp;The format defines only how to display it on output,&lt;/P&gt;
&lt;P&gt;where output can be a table viewer or a report or when external file like .csv or .txt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can, in the Gui, define format as ddmmyy10. or mmddyy10., depends on your habit.&lt;/P&gt;
&lt;P&gt;While generating a report or an external file - add your preffered format, as in:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc ... (any procedure creating output) ..;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;format date ddmmyyn8.; &lt;/STRONG&gt;&amp;nbsp;/* enter the date variable(s) name to write out */&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;or even in a data step:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data out;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;set input;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;put date= &amp;nbsp;yymmddn8. ; &amp;nbsp;&lt;/STRONG&gt; /* put a row to log */&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file XXX ...; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;/* or file print; */&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; put &amp;nbsp;@5 "Date is " &amp;nbsp;date yymmdd10. ; &amp;nbsp;&lt;/STRONG&gt;/* put a row to file XXX &amp;nbsp;or to listing */&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; &amp;nbsp;run;&lt;/STRONG&gt;&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>Thu, 17 Nov 2016 17:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312394#M67761</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-17T17:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: date format yyyymmnn in DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312986#M67942</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've solved assigning DATEPART(DATA_SCADENZA_FINALE) to DATA_INSOLUTORID.&lt;/P&gt;&lt;P&gt;In the GUI, DATA_INSOLUTORID,&amp;nbsp;Type = Numeric, Length = 8, Format = yymmddn8.&amp;nbsp;and Informat = None&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 09:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-yyyymmnn-in-DI/m-p/312986#M67942</guid>
      <dc:creator>niespolo</dc:creator>
      <dc:date>2016-11-21T09:05:54Z</dc:date>
    </item>
  </channel>
</rss>

