<?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: A question about ods tagsets.excelxp in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128975#M26329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked fine for me. What version of tagsets are you using and what version of SAS? You can get that from the log, mine is below.&lt;/P&gt;&lt;P&gt;Please post your log as well, if you're still having issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.94, 09/09/12). Add&lt;/P&gt;&lt;P&gt;options(doc='help') to the ods statement for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&amp;nbsp; file="C:\Temp\test.xls" style=printer&amp;nbsp; options&amp;nbsp; (sheet_name="print");&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class noobs;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options (sheet_name="freq");&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class noobs;var sex;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options(doc='help');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 16:22:42 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-09-24T16:22:42Z</dc:date>
    <item>
      <title>A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128972#M26326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&amp;nbsp; file="F:\Citi_code\SAS\test.xls" style=printer&amp;nbsp; options&amp;nbsp; (sheet_name= 'Print');&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class noobs;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options (sheet_name='freq');&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class noobs;var sex;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*********************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that, options&amp;nbsp; (sheet_name= 'Print') and options (sheet_name='freq') do not work,the sheets name are 'Table 1 - Data Set SASHELP.CLAS' and 'Table 2 - Data Set SASHELP.CLAS',do not display 'Print' and 'freq'.&lt;/P&gt;&lt;P&gt;Please help me.How can I get the sheets name?&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/11311iD1517A7D7B0EEB82/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="ODS01.JPG" title="ODS01.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:41:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128972#M26326</guid>
      <dc:creator>summy</dc:creator>
      <dc:date>2012-09-24T14:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128973#M26327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Sheet_label option instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128973#M26327</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-09-24T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128974#M26328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try this:&lt;/P&gt;&lt;P&gt;options&amp;nbsp; (sheet_name= 'Print' sheet_label="Label_Print")&lt;/P&gt;&lt;P&gt;options(sheet_name='Freq' sheet_label="Label_Freq")&lt;/P&gt;&lt;P&gt;It still does not work!&lt;/P&gt;&lt;P&gt;I cann't believe!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128974#M26328</guid>
      <dc:creator>summy</dc:creator>
      <dc:date>2012-09-24T15:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128975#M26329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked fine for me. What version of tagsets are you using and what version of SAS? You can get that from the log, mine is below.&lt;/P&gt;&lt;P&gt;Please post your log as well, if you're still having issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.94, 09/09/12). Add&lt;/P&gt;&lt;P&gt;options(doc='help') to the ods statement for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&amp;nbsp; file="C:\Temp\test.xls" style=printer&amp;nbsp; options&amp;nbsp; (sheet_name="print");&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class noobs;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options (sheet_name="freq");&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class noobs;var sex;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options(doc='help');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 16:22:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128975#M26329</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-09-24T16:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128976#M26330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot,Reeza.&lt;/P&gt;&lt;P&gt;I download excltags.tpl from &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/&lt;/A&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/tagsets_9.1.zip"&gt;SAS 9.1 tagsets (.zip)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;And add %include "E:\TDDOWNLOAD\tagsets_9.1\excltags.tpl" to the ods.It works.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 15:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128976#M26330</guid>
      <dc:creator>summy</dc:creator>
      <dc:date>2012-09-25T15:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128977#M26331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;When running %include "E:\TDDOWNLOAD\tagsets_9.1\excltags.tpl",SAS will save TAGSET to SASUSER.TEMPLAT.&lt;/P&gt;&lt;P&gt;Do you know how to block saving?&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 15:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128977#M26331</guid>
      <dc:creator>summy</dc:creator>
      <dc:date>2012-12-19T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128978#M26332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;The template has to be saved someplace. SASUSER is the default location. If you do not want to write to SASUSER, then you can write the template to WORK using the ODS PATH statement. Something like this -- placed BEFORE your %include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS PATH WORK.TMPL(update) SASUSER.TEMPLAT(update) SASHELP.TMPLMST(read);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will cause the WORK location to be the first location chosen for saving instead of SASUSER. If you are using SAS Enterprise Guide or the BI platform, you might want to investigate the use of the PREPEND option for ODS PATH, so you do not tamper with any template stores used by these products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this does mean that EVERY time you want to use this version of TAGSETS.EXCELXP, you will have to rerun the template code. And, so will anyone who wants to replicate your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 17:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128978#M26332</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-12-19T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: A question about ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128979#M26333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks.I'm using SAS Enterprise Guide which installed on the server,and every time I run&amp;nbsp; %include "E:\TDDOWNLOAD\tagsets_9.1\excltags.tpl", it return an error that cann't store TAGSET,so if the template has to be saved someplace,I have to write the template to WORK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So I'll set &lt;STRONG&gt;ODS PATH WORK.TMPL(update) SASUSER.TEMPLAT(update) SASHELP.TMPLMST(read) &lt;/STRONG&gt;before %include.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 23:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-question-about-ods-tagsets-excelxp/m-p/128979#M26333</guid>
      <dc:creator>summy</dc:creator>
      <dc:date>2012-12-19T23:59:34Z</dc:date>
    </item>
  </channel>
</rss>

