(huge data 100 millions of records)Detail explanation required please,highly appreciated?
@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.
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.
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.