<?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: error on worksheet setting in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35427#M5125</link>
    <description>the path that SASmatt reports is like one of those "magic" keywords.&lt;BR /&gt;
Microsoft offers no way to redirect it, so it may be very reliable - at least until vista or windows 7 adapts the profile path or %temp% path&lt;BR /&gt;
PeterC</description>
    <pubDate>Fri, 08 Jan 2010 15:29:47 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2010-01-08T15:29:47Z</dc:date>
    <item>
      <title>error on worksheet setting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35422#M5120</link>
      <description>I do not have the directory location where the error messages for this type of error are placed.  Is there any other way to diagnose what this error is?  I am using the latest excelxp tagset (1.86). &lt;BR /&gt;
&lt;BR /&gt;
Can I somehow redirect the error messages to another location?</description>
      <pubDate>Tue, 29 Dec 2009 18:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35422#M5120</guid>
      <dc:creator>steve_citi</dc:creator>
      <dc:date>2009-12-29T18:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: error on worksheet setting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35423#M5121</link>
      <description>Hi:&lt;BR /&gt;
  If you have a worksheet error when opening a TAGSET.EXCELXP spreadsheet, the error comes from Excel having a problem with the XML or the STYLE. Usually, the error file from Excel is put in Documents and Settings under Local Application Data or something...I don't remember the exact location. &lt;BR /&gt;
 &lt;BR /&gt;
  Whether you -can- redirect the error messages to another location would be a Microsoft Office setting.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 29 Dec 2009 21:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35423#M5121</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-29T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: error on worksheet setting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35424#M5122</link>
      <description>I am using SAS on a server platform and trying to output a multiple sheet xls.  I am trying to output the xls using Style=Normal and getting a Worksheet setting error when I try to open up the xls.    I can use Style=EGDefault it will work, however I do not want those settings for the report.&lt;BR /&gt;
&lt;BR /&gt;
I can not run the Tagsets because I don't have access to where the tagsets need to write to.. so I am trying to get some sort of work-around to work...&lt;BR /&gt;
&lt;BR /&gt;
Any solutions??&lt;BR /&gt;
&lt;BR /&gt;
Thanks..</description>
      <pubDate>Wed, 30 Dec 2009 21:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35424#M5122</guid>
      <dc:creator>Linda_V</dc:creator>
      <dc:date>2009-12-30T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: error on worksheet setting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35425#M5123</link>
      <description>Hi:&lt;BR /&gt;
  When you use TAGSETS.EXCELXP to create a multi-worksheet file, you are creating a Microsoft Excel XML file that conforms to the Office 2003 specification for Spreadsheet Markup Language XML. So, you are not creating a "true binary .XLS file" -- you are creating an XML file that Excel 2003 knows how to open.&lt;BR /&gt;
&lt;BR /&gt;
  The issue with STYLE=NORMAL is interesting. On my machine, I can run a job using STYLE=NORMAL with TAGSETS.EXCELXP version SAS 9.1.3, v1.75, 07/26/07 and have no issues at all on opening the file. Can you examine the SAS log from your server job? I wonder whether you are getting a message like this in the log:&lt;BR /&gt;
[pre]&lt;BR /&gt;
WARNING: Style NORMAL not found; Default style will be used instead.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
  &lt;BR /&gt;
I don't understand what you mean by not being able to "run the Tagsets" -- the NORMAL style is a STYLE template, not a TAGSET template. You would not necessarily have to do anything with a TAGSET template in order to switch to a different style template. If STYLE=NORMAL isn't on the server machine, it may be that you will have to use EGDEFAULT or one of the other styles that is available on the server. One thing that you can do is submit a PROC TEMPLATE job -- to run on the server machine -- to see what the list of available style templates is. &lt;BR /&gt;
 &lt;BR /&gt;
Can you post the code you are running -- perhaps using SASHELP.CLASS or a simple PROC PRINT if you don't want to show your whole program? Are you submitting the code via the EG interface or as a stored process or through the SAS Add-in for Microsoft Office??? &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 30 Dec 2009 22:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35425#M5123</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-30T22:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: error on worksheet setting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35426#M5124</link>
      <description>C:\Documents and Settings\&lt;USER&gt;\Local Settings\Temporary Internet Files\Content.MSO&lt;BR /&gt;
&lt;BR /&gt;
Check under the above folder. &lt;USER&gt;  would be your user. what ever it is.&lt;BR /&gt;
&lt;BR /&gt;
As Cynthia  stated when you open a SAS generated XLS/XML file with errors, a SAS log file will be created in the above location. That log file gives you information on where you went wrong like STYLE , XML or unspecified. I usually see unspecified &lt;BR /&gt;
error if my Excel file has too much of data.&lt;BR /&gt;
&lt;BR /&gt;
Addy&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Wed, 06 Jan 2010 14:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35426#M5124</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-06T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: error on worksheet setting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35427#M5125</link>
      <description>the path that SASmatt reports is like one of those "magic" keywords.&lt;BR /&gt;
Microsoft offers no way to redirect it, so it may be very reliable - at least until vista or windows 7 adapts the profile path or %temp% path&lt;BR /&gt;
PeterC</description>
      <pubDate>Fri, 08 Jan 2010 15:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-on-worksheet-setting/m-p/35427#M5125</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-01-08T15:29:47Z</dc:date>
    </item>
  </channel>
</rss>

