Chapter 2: Reading Big Data into SAS

This chapter will introduce SAS data warehouse developers to the issues and strategies surrounding reading big data into SAS. SAS has native data formats *.SAS7bdat and XPT, but also reads in non-native formats such as *.csv and *.txt. There are advantages and disadvantages to storing data in any of these formats, and special considerations need to be made when preparing transfers of big data in these formats. SAS warehouse developers are tasked with reading data from multiple different source systems into SAS, and this can be done using infile statements, PROC IMPORT, or a strategy that combines both techniques. Because SAS has proficiency in handling big data, SAS data warehouses often need to read in large ...

Get Mastering SAS Programming for Data Warehousing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.