<?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: Problem exporting a file of many columns in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158690#M41477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you exporting to, Excel, CSV? And how are you exporting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 15:51:57 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-05-14T15:51:57Z</dc:date>
    <item>
      <title>Problem exporting a file of many columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158689#M41476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just wondering has anyone come across this problem and how did they resolve it.&lt;/P&gt;&lt;P&gt;I currently have a file of 1910 columns and when I export this using SAS 9.3 not all of the columns are exported, however if I was to do this in SAS 9.1 it is exported fine. As all computers have now been upgraded to SAS 9.3 I was just wondering has anyone over come this problem?&lt;/P&gt;&lt;P&gt;It really isnt ideal to split in two if it can be avoided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanksx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 15:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158689#M41476</guid>
      <dc:creator>purfield</dc:creator>
      <dc:date>2014-05-14T15:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem exporting a file of many columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158690#M41477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you exporting to, Excel, CSV? And how are you exporting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 15:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158690#M41477</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-14T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem exporting a file of many columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158691#M41478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also CONTENT sometimes causes problems such as text fields containing what ever your OS interprets as an end of line or new line character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 15:56:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158691#M41478</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-14T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem exporting a file of many columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158692#M41479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry exporting as a space delimited file and the code used is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*exporting the file;&lt;/P&gt;&lt;P&gt;%let location=Y:\6047\Deidre\GWAS\sequence\chr18_seq\imputation\;&lt;/P&gt;&lt;P&gt;data _NULL_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; call symput('output_file', compress("'"||"&amp;amp;location."||"impute_18_Secondhalf2"||'.bgl'||" ' "));&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;filename file1 &amp;amp;output_file. lrecl=1048576;&lt;/P&gt;&lt;P&gt;proc export outfile=file1 dbms=dlm data=unrelated replace; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So SAS will perfectly export the first 900 columns or so but is missing the remainder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 16:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158692#M41479</guid>
      <dc:creator>purfield</dc:creator>
      <dc:date>2014-05-14T16:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem exporting a file of many columns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158693#M41480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have the lengths of your variables changed? If so LRECL may need an increase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 16:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Problem-exporting-a-file-of-many-columns/m-p/158693#M41480</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-14T16:13:49Z</dc:date>
    </item>
  </channel>
</rss>

