SlideShare a Scribd company logo
1 of 8
Keyword: sas training online

SAS Training Online by SAS Base and
Advanced Certified Professional @ A2Z Online
Training.
www.a2zonlinetraining.com
info@a2zonlinetraining.com
+1 339 368 6489 (USA),
+91 88013 86489 (India)
Skype ID: a2zonlinetraining


SAS Training Online Course Content:
•       History of SAS
•       SAS comes in ERP sector or not? Why?
•       Role of Statistical Analysis in Clinical Research Study and
Banking analysis
•       SAS role in Clinical Research Study and Banking analysis
•       Project Management in Clinical Research Study analysis and
Banking analysis
•       What is Clinical Research Study?
•       What is Protocol and role of Protocol in Clinical Research
Study?
•       What is randomization and non randomization? Which is playing
main role in
        Clinical Research Study?
•       What is SOP (Standard Operating Procedure)?
•       What is DBMS?
•       Role of DBMS team in Clinical Research Study
•       What is CDM (Clinical Data Management)?
•       Importance of CDM systems for data loading
•       What is SAP (Statistical Analysis Plan)?
•       Role of SAP in Clinical Research Study
•       SAS Work Flow in Clinical Research Study
•       Relation between SAS and DBMS
•       Interaction between SAS with CDMs for data access
•       Various report generation in Clinical Research Study
GETTING STARTED WITH SAS SYSTEMS:
•       Basic operating system commands, operating system file
structures
•       Managing windows in SAS window environment
•       Use of different kind of SAS products and how to use in SAS
application.
•       Difference between the SAS products.
•       Why using the SAS in different sectors.
•       How to use the data step to read and manipulate complex forms
of data
•       Write Data and Proc steps.
•       Data step compile and execution
•       To run SAS application on different modes
•       Reading internal reading and printing l raw data into SAS
•       Read any type of external raw data into SAS
•       Reading raw data SAS environment into DATA SET using Input
statement
        & advance INLIFE statement options
•       Working with Data Storage in SAS libraries creation for user
defined
        libraries and multi-engine architecture
•       Using a single libref to reference some or all SAS libraries
reading
        and printing mixed records formats.
•       Reading packed and zoned decimal data working with EBCDIC and
ASCII data
•       Reading data from data set to another data set.
•       To manage the SAS window environment used with global options.
•       Reducing memory requirements with BUFFNO and BUFSIZE working
with SAS data set options
•       To manage existing data with controlling statements and
expressions
•       Creating Summary Information, SAS Functions, Transforming Data
•       Changing variable types using the PUT and INPUT functions
summarizing data files
•       Generation data sets to create historical information SAS
•       To expert data from data sets to delimiter files using with data
set block
•       Understand error messages in the SAS Log and debug your program
•       Use with Error Handling concepts

PERFORM   ITERATIVE PROCESSING ON DATA:
•         Using Do loops for repetitive calculations and processing
•         Using Arrays to process across an observations and processing
•         Using DO WHILE and DO UNTIL statements for conditional looping

DATA STORAGE METHODS AND COMPRESSION:
•          SAS Engines
•          Space reduction
•          Data set compression

INDEXING TECHINIQUES AND USES:
•       When to use indexes
•       Creating and deleting indexes
•       Index advantages and disadvantages

UTILITIES TO MANAGE AND WORK WITH DATASETS:
•       Data using append procedure to add date values in existing
dataset
•       Using the update statement to update data in existing dataset.
•       Using the MODIFY statements to update and modify data in place
•       Merging concepts
•       Data transformation
•       Concatenation concept in merging
•       Interleaving concept and merging
•       Different kind of match merging using MERGE statement using the
        contribution (IN=) option in merge concept
•       Using ODS concept to generate reports

RELEVANT BASE SAS PROCEDURES:

•          Organize and sort SAS data sets and working with duplicates
•          To generate listing output use print
•          Comparing data sets with proc compare
•          To create user defined informat and format statements use format
•          Using proc copy to copy data sets
•          Importance of contents procedure
•          Reading data from dataset for reporting use report
•          Using Proc Datasets to modify data set structure , attributes,
how   to
           use permanent formats , Setting   up Integrity Constraints to
maintain
        clean data and Setting up indexes
•       Role of ODS concepts to reporting SAS output
•       To generate SAS output in different panels like RTF, HTML,PDF
and XML Using ODS

How to use PROC SQL to retrieve INFORMATION from their Data

•          Introduction to SQL Concepts
•          The origin of SQL and why we use it.
•          Create new tables, indexes , views and reports

Simple Queries
•       Understanding to SQL Concepts
•        How to specify columns and subset rows
•        Using functions to summarize and group data
•        Ordering data and formatting out
•        Performing group analysis, remerging and sub queries

Joining Data

•        What are Cartesian Products , what is join
•        Inner , FULL,OUTER,LEFT and RIGHT Joins
•        Set Operator us such as union and intersection joining multiple
tables
•        PROC SQL as compared to the data step

WORKING WITH TABLES , VIEWS AND indexes

•        Creating Indexes and table in SQL
•        Why we use Views in SQL
•        Performance and space ISSUES

ADVANCED SQL Topics

•       HOW TO USE SAS MACROS IN SQL
•       How dictionary table and views can simplify programming SQL
options
•       How to retrieve Raw data different from DATABASES to SAS
environment using SQL Statements
•       To create table in different databases using SAS sql statement
•       To manage in different databases using SAS Sql Statements

PASS TROUGH FACILITY

•        Uses of pass through facility
•        How to communicate with other database like Access , Oracle, DB2
•        To control and manage other databases fro the SAS.
•        To access required data from other databases
•        To create DATAWAREHOUSING environment

Basic Statistical Procedures (SAS/STAT) and reporting Procedure

•        To summary statistical Analysis Summary Procedure
•        Producing Statistical with means Procedure
•        Testing Categorical Data with FREQ PROCEDURE
•        Reporting areas in SAS
•        To generate report use with Proc Report
•        Examining Data with Univarate Procedure
•        T-tests and non parametric Comparison
•        Proc ANOVA for one way ANOVA for one way Analysis of Variance
•        Examining Correlations with PROC CORR
•      PROC REG for Regression Analysis

Creating bar & PIE Charts

•      Producing BAR & pie chart
•      Enhancing O/P with Title FOOTNOTES Color & font
•      Producing & Overlaying lots
•      CONTROLLING Appearance of axe’s
•      Generating Graphs use with ODS

How to work with SAS/ACCESS & SAS /Connect

•       To import data from different PC files use import procedure
•       To export data from different source use access procedure
•       To export data from datasets to different PC files use export
Procedures
•       Uses of DBLoad procedure and how to work
•       To transport datasets one environment to another environment and
one
         version to another version to another version (windows to
UNIX)use
         with cprot and cimport procedures
•       How to use Upload Procedure
•       How to use Download Procedure

How to work with MACRO LANGUAGE INTRODUCTION to MACROS

•      How the SAS macros Language Works
•      What is the role of macro in SAS
•      Introduction to tokening , compiling and executing a SAS program
•      How the macro Processor Works

Applying MACRO VARIABLES in a SAS PROGRAM

•      Applying automatic macro variables
•      Designing customized macro variables
•      Submitting the macro variables in SAS Programming
•      Displaying MACRO VARIABLES VALUES in the SAS log
•      Applying quoting functions with macros

Incorporating SAS Macros in the DATA STEP

•       Designing macro variables during Data step Execution
•       In directing referencing Macro variables
•       Resolving Macro variables during DATA STEP EXECUTION
•       Under staining the functionality and application of the SYSMGET
function and SYSMPUT routine
•       Using the INTO clause to build macro variables during PROC SQL
execution

RUNNING MACRO PROGRAMS IN SAS SOFTWARE

•       Designing and implementing simple macros and reduce customizing
SAS application
•       To Develop Reusable Application use with MACRO
•       Specifying conditional coding inside a macro
•       The macro compilation and execution processes in the macro
processor
        SAS system options used for debugging macros
•       Reviewing error and warning log messages displayed by the macro
processor
•       Designing and using macros containing parameters within them
•       Using positional and keyword parameters in macro calls
•       Difference macros and symbol table Hierarchies
•       Concepts in MACRO FUNCTIONS, MACRO INTERFACE AND MACRO Quoting
        Functions and how to use MACRO CODING.

Techniques for Storing MACROS

•      Understanding the auto call feature
•      Permanently storing and using compiled macros
•      Writing Efficient macro programs

DEBUGGING SAS PROGRAMS

•      SAS programs that work
•      Fixing Programs that don’t work
•      Searching for the missing semicolon
•      Input statement reaching past the end of line
•      Lost card
•      Invalid Data
•      How to handle different kind of SAS errors
•      Missing VALUES were Generated
•      Numeric values have been converted to Character
•      WRONG results but no error message
•      The data step Debugger
•      SAS Truncated a character variable
•      SAS stops in the middle of the job
•      SAS runs pout of memory or disk space

Statistical DATAWAREHOUSING
•       DATAWAREHOSING Concepts
•       What is ETL
•       SAS/ETL Concepts
•       What is OLAP
•        SAS./OLAP Concepts
•        Role of Pass through to create Data warehousing Environment

http://www.a2zonlinetraining.com/sas-online-training/


We do provide Online training on the following Technologies:




DATA WAREHOUSING

Informatics

Data Stage

Business Objects XIR3

Ab Initio

Cognos BI

Cognos Planning, and Data manager,

CognosTM1

Cognos Metric studio and Designer

SAP-BI-BO WITH (INTEGRATION)

XCELSIUS, LIVEOFFICE, CRYSTALREPOT

BODI 11.7/11.5 OR Sap-Data service XI 3.2

Teradata Developer

SAP (All Modules)

SAP BI7.0, SAP-security basics

SQL Server DBA AND Developer

SQL SERVER 2008 MS-BI (SSIS,SSAS,SSRS)
Oracle DBA

Oracle SQL/PLSQL

OBIEE

ORACLE D2K ( FORMS AND REPORTS )

PHP

JAVA

Share point 2010

Testing Tools (QTP, MANUEL, RATIONAL)

Oracle Apps

SAS

More Related Content

What's hot

Business objects data services advanced
Business objects data services advancedBusiness objects data services advanced
Business objects data services advancedsaddagiri
 
SAS Training session - By Pratima
SAS Training session  -  By Pratima SAS Training session  -  By Pratima
SAS Training session - By Pratima Pratima Pandey
 
2008 2086 Gangler
2008 2086 Gangler2008 2086 Gangler
2008 2086 GanglerSecure-24
 
SAP HANA direct extractor:Data acquisition
SAP HANA direct extractor:Data acquisition SAP HANA direct extractor:Data acquisition
SAP HANA direct extractor:Data acquisition Deepak Chaubey
 
Informatica power center 8.x course content
Informatica power center 8.x course contentInformatica power center 8.x course content
Informatica power center 8.x course contentSmartittrainings
 
Evolutionary database design
Evolutionary database designEvolutionary database design
Evolutionary database designSalehein Syed
 
Storing and managing your content in share point spsnyc
Storing and managing your content in share point spsnycStoring and managing your content in share point spsnyc
Storing and managing your content in share point spsnycBaris Bruce Tuncertan
 
Abap top part_3
Abap top part_3Abap top part_3
Abap top part_3Kapil_321
 
Informatica power center online training
Informatica power center online trainingInformatica power center online training
Informatica power center online trainingSmartittrainings
 
Sap business objects data services toc
Sap business objects data services tocSap business objects data services toc
Sap business objects data services tocsaddagiri
 
Informatica online training from inida
Informatica online training from inidaInformatica online training from inida
Informatica online training from inidaQualitytrainings
 

What's hot (15)

L17 Data Source Layer
L17 Data Source LayerL17 Data Source Layer
L17 Data Source Layer
 
Business objects data services advanced
Business objects data services advancedBusiness objects data services advanced
Business objects data services advanced
 
SAS Training session - By Pratima
SAS Training session  -  By Pratima SAS Training session  -  By Pratima
SAS Training session - By Pratima
 
2008 2086 Gangler
2008 2086 Gangler2008 2086 Gangler
2008 2086 Gangler
 
SAP HANA direct extractor:Data acquisition
SAP HANA direct extractor:Data acquisition SAP HANA direct extractor:Data acquisition
SAP HANA direct extractor:Data acquisition
 
Informatica power center 8.x course content
Informatica power center 8.x course contentInformatica power center 8.x course content
Informatica power center 8.x course content
 
Evolutionary database design
Evolutionary database designEvolutionary database design
Evolutionary database design
 
Storing and managing your content in share point spsnyc
Storing and managing your content in share point spsnycStoring and managing your content in share point spsnyc
Storing and managing your content in share point spsnyc
 
Abap top part_3
Abap top part_3Abap top part_3
Abap top part_3
 
Informatica power center online training
Informatica power center online trainingInformatica power center online training
Informatica power center online training
 
Datastage ppt
Datastage pptDatastage ppt
Datastage ppt
 
Datastage Introduction To Data Warehousing
Datastage Introduction To Data Warehousing Datastage Introduction To Data Warehousing
Datastage Introduction To Data Warehousing
 
Tableau Architecture
Tableau ArchitectureTableau Architecture
Tableau Architecture
 
Sap business objects data services toc
Sap business objects data services tocSap business objects data services toc
Sap business objects data services toc
 
Informatica online training from inida
Informatica online training from inidaInformatica online training from inida
Informatica online training from inida
 

Similar to Sas keyword

Sap bods Training in Hyderabad | Sap bods Online Training
Sap bods Training in Hyderabad | Sap bods  Online Training Sap bods Training in Hyderabad | Sap bods  Online Training
Sap bods Training in Hyderabad | Sap bods Online Training CHENNAKESHAVAKATAGAR
 
Dv Analytics Course Contents
Dv Analytics Course Contents Dv Analytics Course Contents
Dv Analytics Course Contents DV Analytics
 
SAS 9.2 Course Curriculum
SAS 9.2 Course Curriculum SAS 9.2 Course Curriculum
SAS 9.2 Course Curriculum Faculties Online
 
SAS Online Training Hyderabad India
SAS Online Training Hyderabad IndiaSAS Online Training Hyderabad India
SAS Online Training Hyderabad IndiaSrinivasa Rao
 
SAP ABAP Online Training
SAP ABAP Online TrainingSAP ABAP Online Training
SAP ABAP Online TrainingNagendra Kumar
 
oracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online trainingoracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online trainingMindmajix Technologies
 
Data processing with spark in r & python
Data processing with spark in r & pythonData processing with spark in r & python
Data processing with spark in r & pythonMaloy Manna, PMP®
 
Exciting Features for SQL Devs in SQL 2012
Exciting Features for SQL Devs in SQL 2012Exciting Features for SQL Devs in SQL 2012
Exciting Features for SQL Devs in SQL 2012Brij Mishra
 
Data Stream Processing for Beginners with Kafka and CDC
Data Stream Processing for Beginners with Kafka and CDCData Stream Processing for Beginners with Kafka and CDC
Data Stream Processing for Beginners with Kafka and CDCAbhijit Kumar
 
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...Denny Lee
 
Introduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAsIntroduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAsSteve Knutson
 
Webinar: Migrating from RDBMS to MongoDB
Webinar: Migrating from RDBMS to MongoDBWebinar: Migrating from RDBMS to MongoDB
Webinar: Migrating from RDBMS to MongoDBMongoDB
 
IBM SPSS Statistics Subscription (월 구독) 제품 구성
IBM SPSS Statistics Subscription (월 구독) 제품 구성 IBM SPSS Statistics Subscription (월 구독) 제품 구성
IBM SPSS Statistics Subscription (월 구독) 제품 구성 Jin Sol Kim 김진솔
 
Improve power bi performance
Improve power bi performanceImprove power bi performance
Improve power bi performanceAnnie Xu
 

Similar to Sas keyword (20)

Sap bods Training in Hyderabad | Sap bods Online Training
Sap bods Training in Hyderabad | Sap bods  Online Training Sap bods Training in Hyderabad | Sap bods  Online Training
Sap bods Training in Hyderabad | Sap bods Online Training
 
Dv Analytics Course Contents
Dv Analytics Course Contents Dv Analytics Course Contents
Dv Analytics Course Contents
 
Sasbasecontent2
Sasbasecontent2Sasbasecontent2
Sasbasecontent2
 
Micro strategy 7i
Micro strategy 7iMicro strategy 7i
Micro strategy 7i
 
SAS 9.2 Course Curriculum
SAS 9.2 Course Curriculum SAS 9.2 Course Curriculum
SAS 9.2 Course Curriculum
 
SAS Online Training Hyderabad India
SAS Online Training Hyderabad IndiaSAS Online Training Hyderabad India
SAS Online Training Hyderabad India
 
ranjit
ranjitranjit
ranjit
 
SAP ABAP Online Training
SAP ABAP Online TrainingSAP ABAP Online Training
SAP ABAP Online Training
 
oracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online trainingoracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online training
 
Data processing with spark in r & python
Data processing with spark in r & pythonData processing with spark in r & python
Data processing with spark in r & python
 
Exciting Features for SQL Devs in SQL 2012
Exciting Features for SQL Devs in SQL 2012Exciting Features for SQL Devs in SQL 2012
Exciting Features for SQL Devs in SQL 2012
 
Data Stream Processing for Beginners with Kafka and CDC
Data Stream Processing for Beginners with Kafka and CDCData Stream Processing for Beginners with Kafka and CDC
Data Stream Processing for Beginners with Kafka and CDC
 
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
Building and Deploying Large Scale SSRS using Lessons Learned from Customer D...
 
SAP ABAP Online Training
SAP ABAP Online TrainingSAP ABAP Online Training
SAP ABAP Online Training
 
Datastage Introduction To Data Warehousing
Datastage Introduction To Data WarehousingDatastage Introduction To Data Warehousing
Datastage Introduction To Data Warehousing
 
Introduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAsIntroduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAs
 
Webinar: Migrating from RDBMS to MongoDB
Webinar: Migrating from RDBMS to MongoDBWebinar: Migrating from RDBMS to MongoDB
Webinar: Migrating from RDBMS to MongoDB
 
IBM SPSS Statistics Subscription (월 구독) 제품 구성
IBM SPSS Statistics Subscription (월 구독) 제품 구성 IBM SPSS Statistics Subscription (월 구독) 제품 구성
IBM SPSS Statistics Subscription (월 구독) 제품 구성
 
aparna_sas
aparna_sasaparna_sas
aparna_sas
 
Improve power bi performance
Improve power bi performanceImprove power bi performance
Improve power bi performance
 

Recently uploaded

A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 

Recently uploaded (20)

A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 

Sas keyword

  • 1. Keyword: sas training online SAS Training Online by SAS Base and Advanced Certified Professional @ A2Z Online Training. www.a2zonlinetraining.com info@a2zonlinetraining.com +1 339 368 6489 (USA), +91 88013 86489 (India) Skype ID: a2zonlinetraining SAS Training Online Course Content: • History of SAS • SAS comes in ERP sector or not? Why? • Role of Statistical Analysis in Clinical Research Study and Banking analysis • SAS role in Clinical Research Study and Banking analysis • Project Management in Clinical Research Study analysis and Banking analysis • What is Clinical Research Study? • What is Protocol and role of Protocol in Clinical Research Study? • What is randomization and non randomization? Which is playing main role in Clinical Research Study? • What is SOP (Standard Operating Procedure)? • What is DBMS? • Role of DBMS team in Clinical Research Study • What is CDM (Clinical Data Management)? • Importance of CDM systems for data loading • What is SAP (Statistical Analysis Plan)? • Role of SAP in Clinical Research Study • SAS Work Flow in Clinical Research Study • Relation between SAS and DBMS • Interaction between SAS with CDMs for data access • Various report generation in Clinical Research Study
  • 2. GETTING STARTED WITH SAS SYSTEMS: • Basic operating system commands, operating system file structures • Managing windows in SAS window environment • Use of different kind of SAS products and how to use in SAS application. • Difference between the SAS products. • Why using the SAS in different sectors. • How to use the data step to read and manipulate complex forms of data • Write Data and Proc steps. • Data step compile and execution • To run SAS application on different modes • Reading internal reading and printing l raw data into SAS • Read any type of external raw data into SAS • Reading raw data SAS environment into DATA SET using Input statement & advance INLIFE statement options • Working with Data Storage in SAS libraries creation for user defined libraries and multi-engine architecture • Using a single libref to reference some or all SAS libraries reading and printing mixed records formats. • Reading packed and zoned decimal data working with EBCDIC and ASCII data • Reading data from data set to another data set. • To manage the SAS window environment used with global options. • Reducing memory requirements with BUFFNO and BUFSIZE working with SAS data set options • To manage existing data with controlling statements and expressions • Creating Summary Information, SAS Functions, Transforming Data • Changing variable types using the PUT and INPUT functions summarizing data files • Generation data sets to create historical information SAS • To expert data from data sets to delimiter files using with data set block • Understand error messages in the SAS Log and debug your program • Use with Error Handling concepts PERFORM ITERATIVE PROCESSING ON DATA: • Using Do loops for repetitive calculations and processing • Using Arrays to process across an observations and processing • Using DO WHILE and DO UNTIL statements for conditional looping DATA STORAGE METHODS AND COMPRESSION:
  • 3. SAS Engines • Space reduction • Data set compression INDEXING TECHINIQUES AND USES: • When to use indexes • Creating and deleting indexes • Index advantages and disadvantages UTILITIES TO MANAGE AND WORK WITH DATASETS: • Data using append procedure to add date values in existing dataset • Using the update statement to update data in existing dataset. • Using the MODIFY statements to update and modify data in place • Merging concepts • Data transformation • Concatenation concept in merging • Interleaving concept and merging • Different kind of match merging using MERGE statement using the contribution (IN=) option in merge concept • Using ODS concept to generate reports RELEVANT BASE SAS PROCEDURES: • Organize and sort SAS data sets and working with duplicates • To generate listing output use print • Comparing data sets with proc compare • To create user defined informat and format statements use format • Using proc copy to copy data sets • Importance of contents procedure • Reading data from dataset for reporting use report • Using Proc Datasets to modify data set structure , attributes, how to use permanent formats , Setting up Integrity Constraints to maintain clean data and Setting up indexes • Role of ODS concepts to reporting SAS output • To generate SAS output in different panels like RTF, HTML,PDF and XML Using ODS How to use PROC SQL to retrieve INFORMATION from their Data • Introduction to SQL Concepts • The origin of SQL and why we use it. • Create new tables, indexes , views and reports Simple Queries • Understanding to SQL Concepts
  • 4. How to specify columns and subset rows • Using functions to summarize and group data • Ordering data and formatting out • Performing group analysis, remerging and sub queries Joining Data • What are Cartesian Products , what is join • Inner , FULL,OUTER,LEFT and RIGHT Joins • Set Operator us such as union and intersection joining multiple tables • PROC SQL as compared to the data step WORKING WITH TABLES , VIEWS AND indexes • Creating Indexes and table in SQL • Why we use Views in SQL • Performance and space ISSUES ADVANCED SQL Topics • HOW TO USE SAS MACROS IN SQL • How dictionary table and views can simplify programming SQL options • How to retrieve Raw data different from DATABASES to SAS environment using SQL Statements • To create table in different databases using SAS sql statement • To manage in different databases using SAS Sql Statements PASS TROUGH FACILITY • Uses of pass through facility • How to communicate with other database like Access , Oracle, DB2 • To control and manage other databases fro the SAS. • To access required data from other databases • To create DATAWAREHOUSING environment Basic Statistical Procedures (SAS/STAT) and reporting Procedure • To summary statistical Analysis Summary Procedure • Producing Statistical with means Procedure • Testing Categorical Data with FREQ PROCEDURE • Reporting areas in SAS • To generate report use with Proc Report • Examining Data with Univarate Procedure • T-tests and non parametric Comparison • Proc ANOVA for one way ANOVA for one way Analysis of Variance • Examining Correlations with PROC CORR
  • 5. PROC REG for Regression Analysis Creating bar & PIE Charts • Producing BAR & pie chart • Enhancing O/P with Title FOOTNOTES Color & font • Producing & Overlaying lots • CONTROLLING Appearance of axe’s • Generating Graphs use with ODS How to work with SAS/ACCESS & SAS /Connect • To import data from different PC files use import procedure • To export data from different source use access procedure • To export data from datasets to different PC files use export Procedures • Uses of DBLoad procedure and how to work • To transport datasets one environment to another environment and one version to another version to another version (windows to UNIX)use with cprot and cimport procedures • How to use Upload Procedure • How to use Download Procedure How to work with MACRO LANGUAGE INTRODUCTION to MACROS • How the SAS macros Language Works • What is the role of macro in SAS • Introduction to tokening , compiling and executing a SAS program • How the macro Processor Works Applying MACRO VARIABLES in a SAS PROGRAM • Applying automatic macro variables • Designing customized macro variables • Submitting the macro variables in SAS Programming • Displaying MACRO VARIABLES VALUES in the SAS log • Applying quoting functions with macros Incorporating SAS Macros in the DATA STEP • Designing macro variables during Data step Execution • In directing referencing Macro variables • Resolving Macro variables during DATA STEP EXECUTION • Under staining the functionality and application of the SYSMGET function and SYSMPUT routine
  • 6. Using the INTO clause to build macro variables during PROC SQL execution RUNNING MACRO PROGRAMS IN SAS SOFTWARE • Designing and implementing simple macros and reduce customizing SAS application • To Develop Reusable Application use with MACRO • Specifying conditional coding inside a macro • The macro compilation and execution processes in the macro processor SAS system options used for debugging macros • Reviewing error and warning log messages displayed by the macro processor • Designing and using macros containing parameters within them • Using positional and keyword parameters in macro calls • Difference macros and symbol table Hierarchies • Concepts in MACRO FUNCTIONS, MACRO INTERFACE AND MACRO Quoting Functions and how to use MACRO CODING. Techniques for Storing MACROS • Understanding the auto call feature • Permanently storing and using compiled macros • Writing Efficient macro programs DEBUGGING SAS PROGRAMS • SAS programs that work • Fixing Programs that don’t work • Searching for the missing semicolon • Input statement reaching past the end of line • Lost card • Invalid Data • How to handle different kind of SAS errors • Missing VALUES were Generated • Numeric values have been converted to Character • WRONG results but no error message • The data step Debugger • SAS Truncated a character variable • SAS stops in the middle of the job • SAS runs pout of memory or disk space Statistical DATAWAREHOUSING • DATAWAREHOSING Concepts • What is ETL • SAS/ETL Concepts • What is OLAP
  • 7. SAS./OLAP Concepts • Role of Pass through to create Data warehousing Environment http://www.a2zonlinetraining.com/sas-online-training/ We do provide Online training on the following Technologies: DATA WAREHOUSING Informatics Data Stage Business Objects XIR3 Ab Initio Cognos BI Cognos Planning, and Data manager, CognosTM1 Cognos Metric studio and Designer SAP-BI-BO WITH (INTEGRATION) XCELSIUS, LIVEOFFICE, CRYSTALREPOT BODI 11.7/11.5 OR Sap-Data service XI 3.2 Teradata Developer SAP (All Modules) SAP BI7.0, SAP-security basics SQL Server DBA AND Developer SQL SERVER 2008 MS-BI (SSIS,SSAS,SSRS)
  • 8. Oracle DBA Oracle SQL/PLSQL OBIEE ORACLE D2K ( FORMS AND REPORTS ) PHP JAVA Share point 2010 Testing Tools (QTP, MANUEL, RATIONAL) Oracle Apps SAS