0% found this document useful (0 votes)
81 views

Syllabus For SAS Program

This syllabus outlines 7 units covering foundational SAS programming topics including data types, reading and managing data, conditional logic, functions, descriptive statistics, combining datasets, and arrays. Key areas covered are data steps, proc steps, formatting data, output delivery, reading different data sources, subsetting and manipulating data, control flow statements, functions for strings, dates, math, and more, procedures like means, freq, report, tabulate, and techniques for importing and exporting data.

Uploaded by

makka saikumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

Syllabus For SAS Program

This syllabus outlines 7 units covering foundational SAS programming topics including data types, reading and managing data, conditional logic, functions, descriptive statistics, combining datasets, and arrays. Key areas covered are data steps, proc steps, formatting data, output delivery, reading different data sources, subsetting and manipulating data, control flow statements, functions for strings, dates, math, and more, procedures like means, freq, report, tabulate, and techniques for importing and exporting data.

Uploaded by

makka saikumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Syllabus for Base SAS program

Unit-1
 Introduction to SAS program
 SAS Data types and Libraries
 Data Steps and Proc Steps
 Format & In format,
 Creating Output Proc Print, Proc Contents
 Output Delivery System (ODS)
Unit-II
 Reading Raw data – Column input
 Understanding Data step processing
 Formatted Input and List input
 Reading date and Time format
 Reading Instream data
 Creation of raw data file from dataset
Unit-III
 Managing Variables in dataset
 Assignment and Cumulative statement
 Subsetting data, drop and keep option
Unit-IV
 If-else, if-else with do statement, Select When, Do-loop Statement
 Managing SAS Dataset using set statement
Unit-V

 SAS functions Overview


 String Functions
 Conversion Functions
 Date Functions
 Mathematical Functions

Unit-VI

 Descriptive statistics-Proc means and proc freq

 Proc report-column, define, headline, head skip, compute, order and group

 Proc tabulate, Proc transpose

Unit-VII
 Combining data set-one to one reading, concatenation and merge
 Array-single and multi dimensional array
 Proc printto, proc import and proc export

You might also like