<?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 SAS export to excel how to keep date formats yymmddn8. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436461#M108529</link>
    <description>&lt;P&gt;I am trying to export dates from SAS that are in yymmddn8. format (e.g. 19821202) into excel. However, every time I export it to excel it becomes yymmdd8. format or 1982/12/02. Is there any way to keep keep the formats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do have a template (screen shot) that I do need to fill out. Is there a way to use libname or dde to fill out this excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2018 21:31:03 GMT</pubDate>
    <dc:creator>lei</dc:creator>
    <dc:date>2018-02-12T21:31:03Z</dc:date>
    <item>
      <title>SAS export to excel how to keep date formats yymmddn8.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436461#M108529</link>
      <description>&lt;P&gt;I am trying to export dates from SAS that are in yymmddn8. format (e.g. 19821202) into excel. However, every time I export it to excel it becomes yymmdd8. format or 1982/12/02. Is there any way to keep keep the formats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do have a template (screen shot) that I do need to fill out. Is there a way to use libname or dde to fill out this excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 21:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436461#M108529</guid>
      <dc:creator>lei</dc:creator>
      <dc:date>2018-02-12T21:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS export to excel how to keep date formats yymmddn8.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436468#M108533</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7111"&gt;@lei&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;I do have a template (screen shot) that I do need to fill out. Is there a way to use libname or dde to fill out this excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It depends on the template, did you mean to attach a screenshot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you exporting your data?&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>Mon, 12 Feb 2018 21:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436468#M108533</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-12T21:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS export to excel how to keep date formats yymmddn8.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436482#M108542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use TAGATTR option to define the format in excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS tagsets.ExcelXP FILE="Format.xls";&lt;BR /&gt;PROC PRINT DATA=class;&lt;BR /&gt;VAR name sex age;&lt;BR /&gt;VAR height weight / style={TAGATTR='format:0.00'};&lt;BR /&gt;RUN;&lt;BR /&gt;ODS tagsets.ExcelXP CLOSE;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 22:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-export-to-excel-how-to-keep-date-formats-yymmddn8/m-p/436482#M108542</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-02-12T22:11:08Z</dc:date>
    </item>
  </channel>
</rss>

