<?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 SAS program that uses Perl tag set to create Excel workbooks. in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110876#M1059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect you would be better off googling this error or using a Perl forum to progress this problem since SAS is not creating the Excel workbook. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 02:12:56 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2013-04-19T02:12:56Z</dc:date>
    <item>
      <title>Error on SAS program that uses Perl tag set to create Excel workbooks.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110875#M1058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;I have a SAS program that uses Perl to create Excel workbook. I’m seeing an error massage on UNIX terminal whenever I run the program. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; color: red; font-size: 10pt;"&gt;Maximum Spreadsheet::WriteExcel filesize, 7087104 bytes, exceeded. To create files bigger than this limit please refer to the "Spreadsheet::WriteExcel::Big" d&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Tahoma; color: red; font-size: 10pt;"&gt;ocumentation.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;I have these at the beginning of the Perl program&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;use Spreadsheet::WriteExcel;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;use Spreadsheet::WriteExcel::Big;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;use Spreadsheet::WriteExcel::Utility;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;use Spreadsheet::WriteExcel::Worksheet;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;Does any one know how to fix this error? I’m new to Perl and don’t know what to do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma; font-size: 10pt;"&gt;Thanks in advance for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 16:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110875#M1058</guid>
      <dc:creator>zqkal</dc:creator>
      <dc:date>2013-04-17T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error on SAS program that uses Perl tag set to create Excel workbooks.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110876#M1059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect you would be better off googling this error or using a Perl forum to progress this problem since SAS is not creating the Excel workbook. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 02:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110876#M1059</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-04-19T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error on SAS program that uses Perl tag set to create Excel workbooks.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110877#M1060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SASkiwi, you are right the problem wasn't from SAS. &lt;/P&gt;&lt;P&gt;I had to use Perl function writeexcel::big since the file was more than 7MB.&lt;/P&gt;&lt;P&gt;after adding WriteExcel::Big finction the tagset works.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 18:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-on-SAS-program-that-uses-Perl-tag-set-to-create-Excel/m-p/110877#M1060</guid>
      <dc:creator>zqkal</dc:creator>
      <dc:date>2013-05-02T18:01:17Z</dc:date>
    </item>
  </channel>
</rss>

