SAS Programming BASE certification course for SAS Beginners
- Offered byUDEMY
SAS Programming BASE certification course for SAS Beginners at UDEMY Overview
Duration | 12 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
SAS Programming BASE certification course for SAS Beginners at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 9 downloadable resources and 35 articles
SAS Programming BASE certification course for SAS Beginners at UDEMY Course details
- For absolute SAS beginners
- For anyone interested in taking SAS BASE certification exams
- SAS Statistical Procedures
- Reports generating
- SAS advanced topic: Proc SQL Essentials
- SAS advanced topic: SAS Macros Essentials
- All critical and essential SAS BASE Data manipulation and data preparation skills
- Handle Error by identify and solve SAS errors
- Combine, merge and restructure data sets
- This course covers all critical and essential Data manipulation and data preparation skills using SAS
- This course is a truly cost-value effective one for both individual users and Udemy for business users
- The software interface/appearance and functionalities in the two SAS studio versions are the same
- This course generate reports using ODS statements (Identify ODS destinations, create HTML, PDF, RTF, and Excel files with ODS statements)
SAS Programming BASE certification course for SAS Beginners at UDEMY Curriculum
Free web - based SAS software option for learning: SAS OnDemand for Academics
A Quick Note on Free SAS software for learning SAS programming (SAS studio)
Create a SAS account to access SAS ondemand for Academics
Upload course data files and SAS programs into SAS ondemand for academics
change file path/directory in SAS ondemand for academics
examples: update and run SAS programs in SAS ondemand for academics
An Introduction to SAS
SAS Introduction
Get Data into SAS: create temporary & permanent SAS data
Read data delimited by commas (.csv data file) using list input
Read data delimited by any delimiters using list input
Read data in fixed columns using column input
Read data using formatted input including using SAS informat to read dates
Read data using formatted input: use SAS format to display SAS date values
Create internal SAS data using DATALINES statement
LIBNAME statement: assign library names and create permanent SAS data sets
Proc Import: Import Excel data file into SAS
Work with Data
SAS functions: overview
Conditionally execute SAS statements: IF-THEN/ELSE, DO and END statements
Conditionally execute SAS statements: IF-THEN/ELSE, DO and END statement (Cont.)
Subset your Data using subsetting IF statement and DELETE statement
Creating One-Dimensional Arrays
Creating labels and formats
Use LABEL statement to add Labels to vars in DATA step & Proc Print Split option
Use FORMAT statement to assign Formats to Variables: SAS Built-in Formats
Create your User-Defined FORMATS
Storing and Referencing/using your User-Defined FORMATS
Define the length of a variable using the LENGTH statement
Proc format with CNTLIN= option to define custom formats
Use SAS Functions to manipulate character and numeric data values
Convert Character & Numeric Value: Auto convert, explicitly PUT & INPUT function
SCAN function: Separate a character value and obtain a specified word/string
SUBSTR function: Extract and replace a portion of a character value
TRIM and CATX functions: Concatenate character values
INDEX function: Search a character value for a specified string
UPCASE, LOWCASE and PROPCASE functions: Change the case of characters
TRANWRD function: Replace/remove characters within a character string
INT and ROUND functions: Modifying Numeric Values
Use SAS Functions to manipulate SAS date values
Explanation on how SAS stores date and time values; Usage of MDY function
YEAR, QTR, MONTH, DAY, WEEKDAY Functions: Extract year/quarter/month/day values
TODAY, DATE, INTCK functions: get current date value & number of time interval
DATDIF, YRDIF function: Calculate difference in days and years between two dates
Process data using Do Loops
Constructing DO loops: part 1
Constructing DO loops: part 2
Conditionally Executing DO Loops using DO UNTIL and DO WHILE
Using Conditional Clauses with the Iterative DO Statement
More on Arrays
Creating Variables in an ARRAY Statement
Assigning Initial Values to Arrays & Creating Temporary Array Elements
Two dimensional array