Base SAS Syllabus
Base SAS Syllabus
Accessing Data
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.
Control which observations and variables in a SAS data set are processed and output.
Managing Data
Modify variable attributes using options and statements in the DATA step.
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.
Generating Reports
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.
Handling Errors