<?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 Retain Variable Format when Exporting to Excel in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386131#M24884</link>
    <description>&lt;P&gt;First, HOW did you export to Excel?&lt;/P&gt;
&lt;P&gt;If you used proc export than that isn't going to do it easily. Proc Export is intended to interchange actual values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to look at an ODS output such as ODS Excel or Tagsets.Excelxp with a procedure such as Proc print which usually honors formats specified in the procedure.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 20:09:59 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-08-07T20:09:59Z</dc:date>
    <item>
      <title>How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386115#M24881</link>
      <description>&lt;P&gt;I am using Enterprise Guide to analyze a large payments data set. We have one field that contains a number to indicate&amp;nbsp;the division responsible for a payment. I created a user-defined format to convert the number into the name of the division. Everything was working perfectly until I decided to export my results to Excel for a non-SAS user. That's when I realized my formats are only visible in Enterprise Guide. Unfortunately, the spreadsheet column contained only the division number and not its name. Did I make a mistake to use a format? Is there some way to quickly convert my formats to actual data in a new column that I can then export? (I'm trying to avoid manually listing each division number and name in a CASE statement since there are hundreds of division numbers.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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, 07 Aug 2017 19:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386115#M24881</guid>
      <dc:creator>brookeewhite1</dc:creator>
      <dc:date>2017-08-07T19:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386122#M24882</link>
      <description>&lt;P&gt;I've never used it, as I don't use EG, but the following appears to have the capability you're looking for:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2010/10/01/export-to-excel-20072010-using-sas-enterprise-guide/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2010/10/01/export-to-excel-20072010-using-sas-enterprise-guide/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386122#M24882</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-08-07T19:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386124#M24883</link>
      <description>&lt;P&gt;Thank you! That does look helpful but unfortunately I'm not authorized to install anything additional on my work computer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386124#M24883</guid>
      <dc:creator>brookeewhite1</dc:creator>
      <dc:date>2017-08-07T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386131#M24884</link>
      <description>&lt;P&gt;First, HOW did you export to Excel?&lt;/P&gt;
&lt;P&gt;If you used proc export than that isn't going to do it easily. Proc Export is intended to interchange actual values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to look at an ODS output such as ODS Excel or Tagsets.Excelxp with a procedure such as Proc print which usually honors formats specified in the procedure.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:09:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386131#M24884</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-07T20:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386138#M24886</link>
      <description>&lt;P&gt;With my dataset open in Enterprise Guide, I clicked "Export" dropdown arrow then selected "Export WORK.QUERYXXXXXXXX." Next I specified my file location and name, and changed the File of Type dropdown from "SAS Data Files" to "Microsoft Excel workbooks".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386138#M24886</guid>
      <dc:creator>brookeewhite1</dc:creator>
      <dc:date>2017-08-07T20:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386152#M24887</link>
      <description>&lt;P&gt;If you use the "Send To" | "Microsoft Exel" option, it will keep the formatted values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 21:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386152#M24887</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-08-07T21:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Retain Variable Format when Exporting to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386269#M24891</link>
      <description>&lt;P&gt;It worked! &amp;nbsp;Thank you for the simple and easy fix!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 14:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-Retain-Variable-Format-when-Exporting-to-Excel/m-p/386269#M24891</guid>
      <dc:creator>brookeewhite1</dc:creator>
      <dc:date>2017-08-08T14:06:21Z</dc:date>
    </item>
  </channel>
</rss>

