Sie sind auf Seite 1von 12

Course Content :

Session 1 : 2 hours.
Basic theory of SAS and its rules etc..
Learning Objectives :Inthismodule,youwilllearnAllwindows(window,outputwindow,editorwindow,
resultswindow&explorewindowetc..)WillbeexplainedandSASenvironments.
Topics:SASwindowingenvironment,Allwindows(window,outputwindow,editorwindow,resultswindow&
explorewindowetc..)Willbeexplained,Creationoflibraries(temporary&permanent),SAS
programming(briefly),Datastep,Procstep,WaystoaccessthedataintoSASenvironment,Backend
processofDATAstep,Installationprocessexplanation.

Session 2 : 2 hours.
Data step
Learning Objectives :Inthismodule,youwilllearnInputstatement&styles&optionsandWaystoaccess
datafromdifferentsourceslikeNotepads.
Topics:Datastatement&datasetoptions,Infilestatement&options,Inputstatement&styles&options,
Datalinesstatement,WaystoaccessdatafromdifferentsourceslikeNotepads,excel,csv,files,msaccess
Session 3 : 1 hour.
Attributes of the variables
Learning Objectives :In this module, you will learn informats & formats,
Topics: length, label statements, informats & formats , How dates works in sas.

Session 4 : 3 hours.
Other statements
Learning Objectives :In this module, you will learn Conditional Statements , Following conditional statements
for data filtration & loops and Iterative (Loops) -->Do, Do Until & Do While statements.
Topics: Sum statement , retain statements , goto statement , link statement , return statement , keep
statement , drop statement , rename statement, Conditional Statements ,Following conditional statements
for data filtration & loops , If statement, if/then statement, if/then/else,if/then output, if/then delete
statements, Where statement & its operators ,Iterative (Loops) -->Do, Do Until & Do While statements.
Session 5 : 2 hours.
Combining datasets
Learning Objectives :In this module, you will learn Merge concept with all joins and Interleaving concept.
Topics: Concatenation , Interleaving concept , Merge concept with all joins , Update , Modify.

Session 6 : 2 hours.
Functions
Learning Objectives :In this module, you will learn missing concepts and datastep,
Topics: Character functions , Numeric functions , Date functions , Arrays , Others missing concepts , Review of ,
datastep

Session 7 : 2 hours.
Proc step
Learning Objectives :In this module, you will learn Proc delete , Proc pwencode and Proc export , Proc catalog , Proc
cport , Proc cimport and Proc templates.
Topics: Utility procedures , Proc contents and options , Proc copy and its options , Proc setinit (to know the liscence
information of sas software) , Proc delete , Proc pwencode , Proc append , Proc sort , Proc datasets , Proc options ,
Proc compare , Proc transpose , Proc transpose with multiple scenarios , Proc rank , Proc format , Proc import , Proc
export , Proc catalog , Proc cport , Proc cimport , Proc template , Review of utility procedures
Session 8 : 2 hour.
SAS/ACCESS and Reporting procedures
Learning Objectives :In this module, you will learn Proc Report , _null_ Report (Data Step Reporting) and
Review of reporting procedures.
Topics: Proc print , Proc Tabulate , Proc Report , _null_ Report (Data Step Reporting) , Review of reporting
procedures

Session 9 : 5 hours.
SAS/graphs & ODS concepts.
Learning Objectives :In this module, you will learn Proc gplot, Proc gchart and ODS concepts.
Topics: Proc gplot, Proc gchart , Proc SGPLOT , Proc annotate , ODS concepts , Review of graphs procedures

Session 10 : 3 hours.
SAS/stat
Learning Objectives :In this module, you will learn Proc corr , Proc reg , Review of stats procedures.
Topics: Statistical procedures , Proc means , Proc summary , Proc univariate , Proc freq , Proc corr , Proc reg ,
Review of stats procedures
Session 11 : 2 hours.
SAS/ADVANCE,SAS/MACROS.
Learning Objectives :In this module, you will learn Introduction to the macro facility in sas purpose of the
macro facility,macro variables , Macro variable references and Delimiting macro variable names.
Topics: Macro variables, Introduction to macro variables , Macro variable references , User defined macro
variables , Delimiting macro variable names , Deleting macro variables

Session 12 : 1 hour.
Macro functions
Learning Objectives :In this module, you will learn Positional parameters and Keyword parameters.
Topics: Without parameters , With parameters , Positional parameters , Keyword parameters

Session 13: 1 hour.


Macro definitions
Learning Objectives :In this module, you will learn Macro storage and also Defining and calling a macro.
Topics: Defining and calling a macro , Macro parameters , Macro storage
Session 14 : 1 hour.
Data step and sql interfaces .
Learning Objectives :In this module, you will learn macro variables in the data step and macro variables in sql is
variables.
Topics: Creating macro variables in the data step , Indirect references to macro variables , Retrieving macro
variables in the data step , Creating macro variables in sql

Session 15 : 3 hours.
Proc SQL
Learning Objectives :In this module, you will learn Sql pass-through query with all concepts and is a data
manipulation language Various types of constraints.
Topics: Sql pass-through query with all concepts , Sql (structured query language), Ddl (data definition
language),Dml (data manipulation language),Dcl (data control language) , Defining alias names , Integrity
constraints , Various types of constraints

Session 16 : 1 hour.
Joins:
Learning Objectives :In this module, you will learn Self join Equi join and Non equi join.
Topics: Types of joins: Self join, Equi join , Non equi join ,Inner join
Session 17 : 1 hour.
Outer join
Learning Objectives :In this module, you will learn Left outer join and Right outer join Natural join and
Cross join.
Topics: Left outer join , Right outer join , Full outer join , Natural join , Cross join

Session 18 : 1 hour.
Conditional clause
Learning Objectives :In this module, you will learn Group by clause , Operators: and Logical operators
Multiple-row comparison operators , Sql *plus operators.
Topics: Where clause , Order by clause , Having clause , Group by clause , Operators: , The following
operators we use in oracle(sql) , Concatenation operators , Relational or comparison operators , Logical
operators , Set operators , Multiple-row comparison operators , Sql *plus operators
Session 19 : 5 hours.
Domain specific project: Clinical
Learning Objectives :In this module, you will learn Transform clinical trials data, examine and explore clinical trials input data
(find outliers, missing vs. Zero values, etc.). Macro programming for clinical trials , Create and use user-defined and
automatic macro variables. Automate programs by defining and calling macros. Use system options to debug macros and
display values of macro variables in the sas log (mprint, symbolgen, mlogic and macrogen) and Use ods and global
statements to produce and augment clinical trials reports , syntax and logic errors.
Topics: Introduction to clinical research , Clinical domain knowledge and terminology , Phases in clinical trails , Phase -I ,
Phase -ii , Phase -iii , Phase -iv , Detail about data generation in clinical research and import and export clinical trials data ,
Manage clinical trials data , Transform clinical trials data, examine and explore clinical trials input data (find outliers, missing
vs. Zero values, etc.). Macro programming for clinical trials , Create and use user-defined and automatic macro variables.
Automate programs by defining and calling macros. Use system options to debug macros and display values of macro
variables in the sas log (mprint, symbolgen, mlogic and macrogen). Report clinical trials results , Create output data sets from
statistical procedures. , Use proc report to produce tables and listings for clinical trials reports. Use ods and global
statements to produce and augment clinical trials reports. Obtain counts of events in clinical trials. Apply statistical
procedures for clinical trials , Overview of locf, bocf & change from baseline , Validate clinical trial data reporting , Explain the
principles of programming validation in the clinical trial industry. Utilize the log file to validate clinical trial data reporting.
Use programming techniques to validate clinical trial data reporting (proc compare, msg level). Identify and resolve data,
syntax and logic errors. Real time scenarios
Session 20 : 1 hour.
Clinical project:
Learning Objectives :In this module, you will learn Creating various clinical reports and Mockshell etc.
Topics: Description of project , Creating various clinical reports , Introduction with various clinical study
documents (SOP, CRF, eCRF, SAP, Protocol, Edit check document, Mockshell etc.)
Register Now

Das könnte Ihnen auch gefallen