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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1844 views
  • 0 likes
  • 2 in conversation