logo
  blog mail
Search :
Go
home aboutus
consultants
contact
SAS
Introduction
This course provides a preview of the SAS System and describes some of its software features and components. It also covers basic data concepts and the structure of the SAS programming language.
Objectives
arrow Describe the SAS System
arrow Examine data to be used with SAS
arrow Define terms related to SAS
arrow Describe the structure and language of SAS
Topics
arrow SAS Preview
arrow Data Basics
arrow SAS Language
Using SAS
This course discusses the basic statements used when coding SAS programs and explains how to use the SAS log to troubleshoot coding errors. It also presents the different modes for executing SAS.
Objectives
arrow Code basic DATA and PROC steps in a SAS program
arrow Interpret a basic SAS log
arrow Select a mode for executing SAS
arrow Use Display Manager mode to write and submit a SAS program
arrow Save and access SAS programs in Display Manager
Topics
arrow Using SAS Statements
arrow Analyzing SAS Logs
arrow Executing the SAS System
Data Manipulation
This course covers optional SAS statements used to modify data so that more complex data analysis tasks can be performed.
Objectives
arrow Select variables for the output data set
arrow Use an assignment statement to create variables
arrow Code SAS expressions
arrow Work with dates
arrow Process selected observations
arrow Create subsets of observations
arrow Troubleshoot problems using SAS logs
Topics
arrow Reviewing the Course Program
arrow Using Variables
arrow Using Expressions
arrow Working with Dates
arrow Working with Observations
arrow Analyzing SAS Logs
DATA Step Programming
This course describes statements and options available to program various features in the DATA step.
Objectives
arrow Sort a data set and establish sorted variable groups
arrow Use a previously created SAS data set
arrow Use observations in calculations
arrow Create total variables
arrow Use DO groups to control processing
arrow Produce reports using the DATA step
arrow Analyze SAS logs with problems
Topics
arrow Working with Sorted Data
arrow Accumulating Totals
arrow Writing Output
arrow Analyzing SAS Logs
Results
This course describes SAS procedures used to create more informative and specialized output as well as some basic statistical procedures.
Objectives
arrow Use printing procedures to tailor reports
arrow Employ plotting and charting procedures to graphically represent SAS data sets
arrow Use SAS procedures to perform statistical analysis
arrow Use PROC REPORT to prepare reports that combine both summary and detail data
arrow Analyze SAS logs with problems
Topics
arrow Printing Basic Output
arrow Simple SAS Statistics
arrow PROC REPORT
arrow Analyzing SAS Logs
Display Manager System
This course explains how to use Display Manager, a full-screen facility that allows you to create and run SAS jobs interactively.
Objectives
arrow Describe the features and components of Display Manager
arrow Manipulate the window environment with commands and function keys
arrow Enter, edit and submit a SAS program
arrow Save and retrieve programs
arrow View and manipulate program output
arrow Use SAS Text Editor and Display Manager commands to modify text
arrow Manage SAS files using Display Manager windows
Topics
arrow What is Display Manager ?
arrow Managing the Windowing Environment
arrow Using Display Manager Windows
arrow Using the SAS Text Editor
arrow Managing SAS Files
Data Libraries
This course explains the model that SAS uses to store and access data in SAS files. It shows how to use SAS procedures and Display Manager Windows to manage SAS data libraries and their members.
Objectives
arrow Describe the model SAS uses to organize, reference and store SAS files
arrow Explain the SAS data set model and the use of indexes and passwords
arrow Use SAS procedures and Display Manager windows to manage and modify SAS data library files
arrow Use SAS procedures and Display Manager windows to copy, move and delete SAS data library members
Topics
arrow Data Library Model
arrow SAS Data Sets
arrow Getting Information
arrow Modifying Data Library Files
arrow Managing Data Library Members
Inputting Data and PROC SQL
This course describes ways to create and manipulate SAS data sets, including an introduction to using the SQL procedure in SAS.
Objectives
arrow Describe various input styles used with the INPUT statement
arrow Use the INPUT and INFILE statements to handle external files
arrow Explain the basics of using SQL with SAS
arrow Use PROC SQL to query data sets and generate reports
Topics
arrow Input Styles
arrow Reading External Files
arrow Introduction to SQL
arrow Using PROC SQL
Combining and Updating Data Sets
This course presents various methods for combining and updating existing SAS data sets.
Objectives
arrow Create new data sets through concatenating, interleaving or merging observations
arrow Update a master data set with values from a transaction data set
arrow Manipulate a SAS data set in place
arrow Read a data set twice
arrow Determine the source of an observation
arrow Combine portions of data sets
arrow Read only certain observations
arrow Access observations non-sequentially
Topics
arrow Concatenating Data Sets
arrow Interleaving and Merging Data Sets
arrow Updating with UPDATE
arrow Updating with MODIFY
arrow Using Other Techniques