<?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: ExcelXP Variable Size in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23736#M4062</link>
    <description>Hi:&lt;BR /&gt;
  Excel and row heights can be tricky. If you search for previous forum postings, this has come up before.  I believe the relevant sub-option is the row_heights suboption -- however, it only has a way to set a row height for ALL the table cells -- not  just one row or one column.&lt;BR /&gt;
 &lt;BR /&gt;
  I don't know whether this is an instance that a CALL DEFINE in PROC REPORT would be able to specify a height for a specific row or not. But perhaps if you play around with row_heights and the autofit_height sub-options, you will get close to what you want.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 29 Oct 2010 15:21:29 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-10-29T15:21:29Z</dc:date>
    <item>
      <title>ExcelXP Variable Size</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23732#M4058</link>
      <description>Hi All:&lt;BR /&gt;
&lt;BR /&gt;
Just a quick question - is the variable size limited to 96 bytes when using ExcelXP?  &lt;BR /&gt;
&lt;BR /&gt;
I have a large text variable that I need to include but the log has:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: The width of Description is not between 1 and 96. Adjust the column width or linesize.&lt;BR /&gt;
&lt;BR /&gt;
My column width is 100 and linesize is 200;&lt;BR /&gt;
&lt;BR /&gt;
I've never come across this one before.  &lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Wed, 27 Oct 2010 16:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23732#M4058</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2010-10-27T16:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Variable Size</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23733#M4059</link>
      <description>That message looks like a PROC REPORT message that is issued when a column in the report exceeds the listing linesize. If you want only the ExcelXP output and don't need the listing output, turn the listing off:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
...stuff...&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 27 Oct 2010 16:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23733#M4059</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-10-27T16:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Variable Size</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23734#M4060</link>
      <description>Hi:&lt;BR /&gt;
  As Tim explained, this happens all the time when I have wide character variables that are longer than the LISTING linesize. This Tech Support note &lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/18/518.html" target="_blank"&gt;http://support.sas.com/kb/18/518.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
outlines the issue. This issue has been around since SAS 8 -- so you're lucky you haven't run into it before!&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 27 Oct 2010 18:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23734#M4060</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-27T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Variable Size</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23735#M4061</link>
      <description>All:&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the great help.  Never would have thought to stop the listing.&lt;BR /&gt;
&lt;BR /&gt;
Turns out the text field contains a ton of special characters so either ExcelXP or Excel itself choke on random records.  I have no way of telling which record or position causes the problem.&lt;BR /&gt;
&lt;BR /&gt;
I finally had to run a translate on the text field and keep only alpha and numeric characters (translate everything else to spaces) to get all the data on the report.&lt;BR /&gt;
&lt;BR /&gt;
Just one more thing - since this is a text field and can be up to 1024 chars, the text wraps in the cell - is there any way to auto-adjust the height of the cell so that the text can be read without manually changing the cell height?</description>
      <pubDate>Fri, 29 Oct 2010 13:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23735#M4061</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2010-10-29T13:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXP Variable Size</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23736#M4062</link>
      <description>Hi:&lt;BR /&gt;
  Excel and row heights can be tricky. If you search for previous forum postings, this has come up before.  I believe the relevant sub-option is the row_heights suboption -- however, it only has a way to set a row height for ALL the table cells -- not  just one row or one column.&lt;BR /&gt;
 &lt;BR /&gt;
  I don't know whether this is an instance that a CALL DEFINE in PROC REPORT would be able to specify a height for a specific row or not. But perhaps if you play around with row_heights and the autofit_height sub-options, you will get close to what you want.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 29 Oct 2010 15:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXP-Variable-Size/m-p/23736#M4062</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-29T15:21:29Z</dc:date>
    </item>
  </channel>
</rss>

