BookmarkSubscribeRSS Feed
KathyWiz
Calcite | Level 5

One of my co-workers works with CSV files that can be extremely large, with many columns.  I have helped her use SAS EG 4.305 to successfully import/export these files. She would like to know if there is a limit to the number of variables EG can handle.  I've searched the support site and did not find an answer to this question. Does anyone know?

Thanks!

1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12

I haven't laid my hands on it, but the limit is huge.  And a bit fluid.  You could hit the limit in different places.  If you are reading the CSV file using the DATA step, then the limiting pieces are the INFILE statement (LINESIZE max is 1gigabyte) and the program data vector.  I think that I have seen that the program data vector can have 4 million variables in it in SAS 9.x.

If you are using SAS import wizards, they may have some other limits that are not part of base SAS.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1583 views
  • 0 likes
  • 2 in conversation