<?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: univariate template in excelXP in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/univariate-template-in-excelXP/m-p/6498#M2547</link>
    <description>The variables aren't showing up because the Excel tagset does not display titles generated by the procedure.   I've worked at adding them today and haven't quite got it working yet.&lt;BR /&gt;
&lt;BR /&gt;
Timing is a problem here, so it's getting complicated.  I can make it work it's just going to&lt;BR /&gt;
take a little more time.&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
    <pubDate>Fri, 25 Jan 2008 21:27:37 GMT</pubDate>
    <dc:creator>Eric_SAS</dc:creator>
    <dc:date>2008-01-25T21:27:37Z</dc:date>
    <item>
      <title>univariate template in excelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/univariate-template-in-excelXP/m-p/6497#M2546</link>
      <description>When I do a quick proc univariate analysis of a dataset to an excel work book using ODS tagset.excelXP, most tables of results do not have the name of the variable being analysed. &lt;BR /&gt;
Am I missing a simple option ?&lt;BR /&gt;
Do I have to modify templates for proc univariate and /or tagsets.excelXP?  I hesitate over the first, and will make a manual work-around rather than get involved with the second.&lt;BR /&gt;
This code demonstrates my problem: (It expects fileref ODSOUT pointing to a suitable place for the formatted results)  [pre]&lt;BR /&gt;
title 'testing univariate templates in ods through excelxp' ;&lt;BR /&gt;
ods tagsets.excelxp file= odsout( url= none) rs= none &lt;BR /&gt;
           options( contents='yes' Embedded_Titles='yes' ) ;&lt;BR /&gt;
proc univariate data= sashelp.class ;&lt;BR /&gt;
id name ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close ;&lt;BR /&gt;
[/pre] &lt;BR /&gt;
Without the "contents='yes'" the names of the variables analysed, appear nowhere!&lt;BR /&gt;
&lt;BR /&gt;
PeterC

replacing "index='yes'"  with "contents='yes'". Before posting, the code was fixed but not the narrative;-)&lt;BR /&gt;
PeterC &lt;BR /&gt;
PeterC&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
Message was edited by: Peter_c</description>
      <pubDate>Thu, 24 Jan 2008 11:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/univariate-template-in-excelXP/m-p/6497#M2546</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-24T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: univariate template in excelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/univariate-template-in-excelXP/m-p/6498#M2547</link>
      <description>The variables aren't showing up because the Excel tagset does not display titles generated by the procedure.   I've worked at adding them today and haven't quite got it working yet.&lt;BR /&gt;
&lt;BR /&gt;
Timing is a problem here, so it's getting complicated.  I can make it work it's just going to&lt;BR /&gt;
take a little more time.&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
      <pubDate>Fri, 25 Jan 2008 21:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/univariate-template-in-excelXP/m-p/6498#M2547</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2008-01-25T21:27:37Z</dc:date>
    </item>
  </channel>
</rss>

