BookmarkSubscribeRSS Feed
MSK4
Obsidian | Level 7

(huge data 100 millions of records)Detail explanation required please,highly appreciated?

3 REPLIES 3
SASKiwi
PROC Star

@MSK4  - Yes SAS can handle reading a lot of data from large flat files and databases, but if you ask a broad question without providing any details of your requirements then you are not going to get detailed or useful answers.

 

 

Astounding
PROC Star

Here are some basic details you need to supply if you want any kind of an answer.

Which is it, a flat file or a database that you want to read from.  Wouldn't you expect the details for your request to be quite different depending on where the data is coming from?

Do you want all the fields?  If not, how am I supposed to know which fields you want?

Do you want all the rows?  If not, which rows do you want?

Is the result supposed to be a SAS data set?

If you are reading from a database, supply a program capable of reading from that database.

That would be a starting point to enable any sort of discussion.

Kurt_Bremser
Super User

You read flat files with a data step; to write it, you follow the documentation of the flat file. The target library needs to have enough free space to accommodate the resulting dataset file; depending on the variable types and layouts, using the COMPRESS= option may be advised.

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 950 views
  • 0 likes
  • 4 in conversation