<?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: Proc Export Truncates to 255 Chars in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867256#M342509</link>
    <description>&lt;P&gt;Thanks, I changed it all to .xlsx and it works fine. Thanks for the quick response, appreciate it. J&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 14:26:58 GMT</pubDate>
    <dc:creator>JayS</dc:creator>
    <dc:date>2023-03-30T14:26:58Z</dc:date>
    <item>
      <title>Proc Export Truncates to 255 Chars</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867253#M342507</link>
      <description>&lt;P&gt;I have the below code running, however there is one field in the Dataset with over 1,000 characters (DetailDescription).&lt;/P&gt;
&lt;P&gt;It seems the Proc Export procedure only exports 255 characters.&lt;/P&gt;
&lt;P&gt;However, when I use EG to 'Send To' Excel all the characters are exported.&lt;BR /&gt;Anyone solved this one yet, as I'd like to use Proc Export as the job stream is automated.&lt;/P&gt;
&lt;P&gt;TIA, Jay&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC EXPORT &lt;BR /&gt;DATA=MyLib.DescriptionData&lt;BR /&gt;DBMS=XLS&lt;BR /&gt;LABEL &lt;BR /&gt;OUTFILE='/xxxx/xxxxx/SASGrid/OutputExcelData.xls'&lt;BR /&gt;REPLACE;&lt;BR /&gt;SHEET = 'Exported Data';&lt;BR /&gt;Run;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867253#M342507</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2023-03-30T14:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export Truncates to 255 Chars</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867254#M342508</link>
      <description>&lt;P&gt;Is the EG "send to Excel" creating an XLS or an XLSX file? There are differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try making the column wider to see if the cells just weren't displaying the whole value?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867254#M342508</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-03-30T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export Truncates to 255 Chars</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867256#M342509</link>
      <description>&lt;P&gt;Thanks, I changed it all to .xlsx and it works fine. Thanks for the quick response, appreciate it. J&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:26:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-Truncates-to-255-Chars/m-p/867256#M342509</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2023-03-30T14:26:58Z</dc:date>
    </item>
  </channel>
</rss>

