0% found this document useful (0 votes)
29 views1 page

Exam Content

This document provides an overview of key tasks for accessing, managing, and analyzing data using SAS including reading and processing raw data files, creating temporary and permanent SAS data sets, sorting and filtering data, generating reports, and handling errors. Some specific techniques mentioned are using FORMATTED and LIST input statements to read raw files, combining SAS data sets, creating and manipulating SAS date values, conditionally executing SAS code, accumulating subtotals and totals, converting between data types, processing data using arrays and DO loops, and generating list and summary reports using SAS procedures.

Uploaded by

Rahul Gaur
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Exam Content

This document provides an overview of key tasks for accessing, managing, and analyzing data using SAS including reading and processing raw data files, creating temporary and permanent SAS data sets, sorting and filtering data, generating reports, and handling errors. Some specific techniques mentioned are using FORMATTED and LIST input statements to read raw files, combining SAS data sets, creating and manipulating SAS date values, conditionally executing SAS code, accumulating subtotals and totals, converting between data types, processing data using arrays and DO loops, and generating list and summary reports using SAS procedures.

Uploaded by

Rahul Gaur
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Accessing Data

Use FORMATTED and LIST input to read raw data files. Use INFILE statement options to control processing when reading raw data files. Use various components of an INPUT statement to process raw data files including column and line pointer controls, and trailing @ controls. Combine SAS data sets. Access an Excel workbook. Creating Data Structures

Create temporary and permanent SAS data sets. Create and manipulate SAS date values. Export data to create standard and comma-delimited raw data files. Managing Data

Investigate SAS data libraries using base SAS utility procedures. Sort observations in a SAS data set. Conditionally execute SAS statements. Use assignment statements in the DATA step. Modify variable attributes using options and statements in the DATA step. Accumulate sub-totals and totals using DATA step statements. Use SAS functions to manipulate character data, numeric data, and SAS date values. Use SAS functions to convert character data to numeric and vice versa. Process data using DO LOOPS. Process data using SAS arrays. Validate and clean data. Generating Reports

Generate list reports using the PRINT procedure. Generate summary reports and frequency tables using base SAS procedures. Enhance reports through the use of user-defined formats, titles, footnotes and SAS System reporting. Generate reports using ODS statements. Handling Errors

Identify and resolve programming logic errors. Recognize and correct syntax errors. Examine and resolve data errors.

You might also like