3READING, WRITING, AND IMPORTING DATA

The Era of “Big Data” has arrived. Organizational data sets are growing by leaps and bounds. Institutions, government agencies, and businesses gather information from individual transactions, which can result in hundreds of thousands of data values each day. Whether the data set you are working with has millions of records or a few hundred isn't the point of this chapter. The point is that once you read in your data, you will want to store it in a way that makes it easy to retrieve for analysis. That means that you may want to store more than raw data values. You'll want your data set to include variable names, labels for your variables, manipulations you've done to get it ready for analysis, and other information.

3.1 WORKING WITH SAS LIBRARIES AND PERMANENT DATA SETS

SAS allows you to create permanent data sets that, once created, are easy to access and use. Keep in mind that an SAS data set is different from an SAS program (code) file or a raw data file. The SAS code files, which we used in the previous chapter, contain a listing ...

Get SAS Essentials: Mastering SAS for Data Analytics, 2nd Edition 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.