SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 37778: Errors might occur exporting a data set with more than 255 columns using SAS® Enterprise Guide®

DetailsHotfixAboutRate It

The following message might occur when exporting a SAS data set using SAS Enterprise Guide

An error occurred saving the file.
Export job
Unable to export the data to this type. There are NNN columns in the data, but the destination type only supports up to 255 columns.

SAS Enterprise Guide 3.x and 4.1 could export to TEXT/CSV that had more than 255 columns, but version 4.2 will generate the above error.

To circumvent the problem, use PROC EXPORT code similar to the following sample code to save the TEXT file onto the SAS server used by SAS Enterprise Guide.

proc export data=work.a outfile="myfile.csv" replace;
run;

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise GuideMicrosoft® Windows® for x644.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Datacenter Edition4.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition4.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Standard Edition4.24.39.2 TS2M09.2 TS2M0
Microsoft Windows XP Professional4.24.39.2 TS2M09.2 TS2M0
Windows Vista4.24.39.2 TS2M09.2 TS2M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.