<?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: Reg:Export Data to Excel but formats are missing in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Export-Data-to-Excel-but-formats-are-missing/m-p/55808#M15582</link>
    <description>Have you format the variable in the dataset forever?&lt;BR /&gt;
Such as:&lt;BR /&gt;
[pre]&lt;BR /&gt;
filename area1 DDE 'excel|c:\[Op.xls]Sheet1!r2c2:r50c20';&lt;BR /&gt;
filename area2 DDE 'excel|c:\[Op.xls]Sheet1!r2c30:r50c40';&lt;BR /&gt;
data temp;&lt;BR /&gt;
 set sashelp.class;&lt;BR /&gt;
 format weight height dollar12.2;&lt;BR /&gt;
run;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
set temp;&lt;BR /&gt;
 file area1;&lt;BR /&gt;
 put name sex height weight;&lt;BR /&gt;
 file area2;&lt;BR /&gt;
 put name sex height weight;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Tue, 27 Jul 2010 08:58:58 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2010-07-27T08:58:58Z</dc:date>
    <item>
      <title>Reg:Export Data to Excel but formats are missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Export-Data-to-Excel-but-formats-are-missing/m-p/55807#M15581</link>
      <description>Hi i am having a dataset in this while exporting the dataset in to excel my formats are not coming .how can i do this.&lt;BR /&gt;
for example in Date and percentages it was missing.&lt;BR /&gt;
&lt;BR /&gt;
date    result&lt;BR /&gt;
jun09 12.3%&lt;BR /&gt;
&lt;BR /&gt;
How can i bring the same in Excel as the formats are in SAS it should be expoerted in to excel</description>
      <pubDate>Tue, 27 Jul 2010 07:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Export-Data-to-Excel-but-formats-are-missing/m-p/55807#M15581</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-27T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Export Data to Excel but formats are missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Export-Data-to-Excel-but-formats-are-missing/m-p/55808#M15582</link>
      <description>Have you format the variable in the dataset forever?&lt;BR /&gt;
Such as:&lt;BR /&gt;
[pre]&lt;BR /&gt;
filename area1 DDE 'excel|c:\[Op.xls]Sheet1!r2c2:r50c20';&lt;BR /&gt;
filename area2 DDE 'excel|c:\[Op.xls]Sheet1!r2c30:r50c40';&lt;BR /&gt;
data temp;&lt;BR /&gt;
 set sashelp.class;&lt;BR /&gt;
 format weight height dollar12.2;&lt;BR /&gt;
run;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
set temp;&lt;BR /&gt;
 file area1;&lt;BR /&gt;
 put name sex height weight;&lt;BR /&gt;
 file area2;&lt;BR /&gt;
 put name sex height weight;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Tue, 27 Jul 2010 08:58:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Export-Data-to-Excel-but-formats-are-missing/m-p/55808#M15582</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-07-27T08:58:58Z</dc:date>
    </item>
  </channel>
</rss>

