Follow @iclasstraining
iClass Training in Mumbai India

SaS Training Mumbai Benefits

  • Real Time Trainers
  • 100% Placement
  • Small Training Batch
  • Flexible Timings
  • Practical Guidance
  • Excellent Lab Facility
  • SaS Resume Preparation
  • Hands on Experience
  • sas Certification Support

 

sas Training Support

Enquiry : +91 9672234513

Enquiry : +91 9672234514

 

SaS training Mumbai Reviews

SaS training Mumbai
Reviewed by
Sahima
on
I am Sahima and done Apache Flume course from here.very good institute and good place for learning with the help of proffesional teachers.

Rating:
4/5 4 Star Rating: Very Good

SaS training Mumbai
Reviewed by
Sasidhar
on
I studied 4D Animation from Jacob Circle centre in my final semester. I got placed in Campus Interview as developer in Mumbai. So I would like to thank iClass Training Mumbai Team & Trainer.

Rating:
4/5 4 Star Rating: Very Good

SaS training Mumbai
Reviewed by
Mahdiyah
on
iClass Training Mumbai in Chinchpokli provided excellent training facilities. The training session was really helpful. Paramesh (Trainer in Android Device Hacking) outstanding expertise amazed me. Unnecessary to say, iClass Training Mumbai in Mumbai service is beyond my expectation.

Rating:
5/5 5 Star Rating: Excellent

SaS training Mumbai
Reviewed by
Harinarayan
on
Course training and project training in Mumbai has helped me a lot. Every point whichever you have told us to concentrate proved really valuable. I would recommend iClass Training Mumbai in Chembur East centre for ASP .NET.

Rating:
5/5 5 Star Rating: Excellent

SaS training Mumbai
Reviewed by
Sajani
on
I am very happy to be a part of iClass Training Mumbai in Kurla because quality of the training was awesome.I got through knowledge on angular.I am very glad to share that I have got an offer from good company in Mumbai. Thank you iClass Training Mumbai for your support.

Rating:
4/5 4 Star Rating: Very Good

SaS training Mumbai
Reviewed by
Parnita
on
I am really very happy with a quick support and response from the entire iClass Training Mumbai team in GTB Nagar centre. I feel you guys really provide value for money. Thanks to iClass Training Mumbai in Mumbai.

Rating:
4/5 4 Star Rating: Very Good

SaS Training in our Branches

  • SAS BI/Clinical Research/DI Studio Training in Delhi
  • SAS BI/Clinical Research/DI Studio Training in Gurgaon
  • SAS BI/Clinical Research/DI Studio Training in Noida
  • SAS BI/Clinical Research/DI Studio Training in Kolkata
  • SAS BI/Clinical Research/DI Studio Training in Chennai
  • SAS BI/Clinical Research/DI Studio Training in Ahmedabad
  • SAS BI/Clinical Research/DI Studio Training in Pune
  • SAS BI/Clinical Research/DI Studio Training in Bangalore
  • SAS BI/Clinical Research/DI Studio Training in Hyderabad
  • SAS BI/Clinical Research/DI Studio Training in Coimbatore

Best SaS training institute in mumbai

SaS Training in Mumbai & Base SAS Certification Training Institute in Mumbai

4 Star Rating: Very Good4.3 out of 5 based on 3954 student ratings.

iClass Mumbai provides real-time and placement focused SAS training in Mumbai . Our SAS programming course includes basic to advanced level and our SAS course is designed to get the placement in good MNC companies in Mumbai as quickly as once you complete the SAS certification training course. Our SAS trainers are SAS programming certified experts and 8 years experienced working professionals with hands on real time multiple SAS projects knowledge. We have designed our SAS course content and syllabus based on students requirement to achieve everyone's career goal. Topics covered in our SAS training in Mumbai includes introduction to SAS, how SAS works, reading raw data into SAS, reading data from a dataset, reading data from a dataset, SAS informats and formats, SAS functions, an introduction to arrays and array processing, by - group processing, overview of methods for combining SAS data sets, SAS procedures, introduction to proc sql, an introduction to SAS macros, the output delivery system (ods), introduction to diagnosing and avoiding errors, advance topics in SAS.

DISCLAIMER UPDATE: iClass Training is not affiliated, associated, authorised, endorsed by, or in any way officially connected with SAS India organisation. iClass do not conduct any SAS training programs, We recommend our visitors and students learn from SAS Authorised training providers in your locations.

iClass Mumbai offers SAS training with choice of multiple training locations across Mumbai. Our SAS training centers are equipped with lab facilities and excellent infrastructure. We have the best SAS Training Institutes in Mumbai and also provide SAS studio programming certification training path for our students in Mumbai. Through our associated SAS training centers, we have trained more than 4103

SaS training course content and Syllabus in Mumbai

SAS Course Content

introduction to SAS

  • introduction
  • need for SAS
  • who uses SAS
  • what is SAS?
  • overview of base SAS software
  • data management facility
  • structure of SAS dataset
  • SAS program
  • programming language
  • elements of the SAS language
  • rules for SAS statements
  • rules for most SAS names
  • special rules for variable names
  • types of variables
  • data analysis and reporting utilities
  • traditional output
  • ways to run SAS programs
  • SAS windowing environment
  • noninteractive mode
  • batch mode
  • interactive line mode
  • running programs in the SAS windowing environment

how SAS works

  • writing your first SAS program
  • a simple program to read raw data and produce a report
  • enhancing the program
  • more on comment statements
  • internal processing in SAS
  • how SAS works
  • the compilation phase
  • the execution phase
  • processing a data step a walkthrough
  • creating the input buffer and the program data vector
  • writing an observation to the SAS data set
  • four types of SAS libraries
  • SAS libraries
  • work library
  • SAShelp library
  • SASuser library

reading raw data into SAS

  • what is raw data
  • definitions
  • data values
  • numeric value
  • character value
  • standard data
  • nonstandard data
  • numeric data
  • character data
  • choosing an input style
  • list input
  • modified list input
  • column input
  • formatted input
  • named input
  • instream data
  • creating multiple records from single input row
  • reading data from external files
  • reading blank separated values (list or free form data)
  • reading raw data separated by commas (.csv files)
  • reading in raw data separated by tabs (.txt files)
  • using informats with list input
  • supplying an informat statement with list input
  • using list input with embedded delimiters
  • reading raw data that are aligned in columns
  • method 1 column input
  • method 2 formatted input
  • using more than one input statement the single trailing @
  • reading column data that is on more than one line
  • mixed-style input
  • infile options for special situations
  • flowover
  • missover
  • truncover
  • pad
  • using lrecl to read very long lines of raw data
  • checking your data after it has been read into SAS

reading data from a dataset

  • introduction
  • set statement overview
  • automatic variables in SAS
  • interleave multiple SAS data sets
  • combine multiple SAS data sets
  • creating & modifying variables
  • creating multiple datasets in a single data-step
  • subsetting observations
  • conditional SAS statements
  • logical and special operators
  • the SAS supervisor and the set statement
  • efficiency and the set statement
  • know your data
  • set statement data set options
  • drop and keep options
  • rename option
  • firstobs and obs options
  • in option -
  • where option -
  • other set statement options
  • end option
  • key option
  • nobs option
  • point option
  • do loops and the set statement
  • introduction to retain statement
  • carry over values from one observation to another
  • compare values across observations
  • assign initial values
  • determining column order in output dataset
  • SAS system options

reading data from a dataset

  • input SAS data set for example
  • selecting observations for a new SAS data set
  • deleting observations based on a condition
  • accepting observations based on a condition
  • comparing the delete and subsetting if statements
  • methods of creating new data sets with a subset
  • subsetting records from an external file with a subsetting if statement
  • subsetting observations in a data step with a where statement
  • subsetting observations in a proc step with a where statement
  • subsetting observations in proc sql
  • difference between if and where

SAS informats and formats

  • overview
  • using SAS informats
  • input statement
  • input function
  • inputn and inputc functions
  • attrib and informat statements
  • using SAS formats
  • format statement in procedures
  • put statement
  • put function
  • putn and putc functions
  • bestw. Format
  • additional comments

SAS functions

  • categories of functions
  • SAS character functions
  • functions that change the case of characters
  • upcase
  • lowcase
  • propcase
  • functions that remove characters from strings
  • function compbl
  • function compress
  • functions that search for characters
  • function anyalnum
  • function anyalpha
  • function anydigit
  • function anypunct
  • function anyspace
  • function notalnum
  • function notalpha
  • function notdigit
  • function notupper
  • functions that search strings
  • find and findc
  • index, indexc, and indexw
  • functions to verify data
  • function verify
  • functions that extract parts of strings
  • function substr (on the left-hand side of the equal sign)
  • function substrn
  • functions that join two or more strings together
  • function cat
  • function cats
  • function catt
  • function catx
  • functions that remove blanks from strings
  • function left
  • function right
  • function trim
  • function trimn
  • function strip
  • functions that compare strings
  • function compare
  • functions that divide strings into "words"
  • function scan
  • function scanq
  • functions that substitute letters or words in strings
  • function translate
  • function tranwrd
  • functions that compute the length of strings
  • function length
  • function lengthc
  • function lengthm
  • function lengthn
  • functions that count the number of letters or substrings in a string
  • function count
  • function countc
  • miscellaneous string functions
  • function missing
  • function repeat
  • function reverse
  • SAS date and time functions
  • introduction
  • what is a SAS date and time literal?
  • date and time functions
  • functins to create date and time values
  • functions to takie datetime values apart
  • functions to get quarter ,year or day of the date
  • functions that work with intervals
  • using formats for date and time
  • system options fordate and time

an introduction to arrays and array processing

  • why do we need arrays?
  • basic array concepts
  • array statement
  • array references
  • variable name array reference
  • using array indexes
  • one dimension arrays
  • multi-dimension arrays
  • temporary arrays
  • sorting arrays
  • determining array bounds lbound and hbound functions
  • when to use arrays
  • common errors and misunderstandings
  • invalid index range
  • function name as an array name
  • array referenced in multiple data steps, but defined in only one

by - group processing

  • definitions for by-group processing
  • by-group processing
  • by value
  • by group
  • first.variable and last.variable
  • modifying SAS data sets examples.
  • invoking by-group processing
  • preprocessing input data for by-group processing
  • sorting observations for by-group processing
  • indexing for by-group processing
  • how the data step identifies by groups
  • processing observations in a by group
  • how SAS determines first.variable and last.variable
  • processing by-groups in the data step
  • overview
  • processing by-groups conditionally
  • data not in alphabetic or numeric order
  • data grouped by formatted values

overview of methods for combining SAS data sets

  • definitions
  • concatenating
  • interleaving
  • one-to- one reading or one-to-one merging
  • match-merging
  • updating
  • modifying
  • definitions for reading, combining, and modifying SAS data sets
  • reading a SAS data set
  • combining SAS data sets
  • modifying SAS data sets
  • overview of tools
  • reading SAS data sets
  • reading a single SAS data set
  • reading from multiple SAS data sets
  • combining SAS data sets basic concepts
  • one-to-one
  • one-to-many and many-to-one
  • many-to-many
  • access methods sequential versus direct
  • sequential access
  • direct access
  • one-to-one reading
  • data step processing during a one-to-one reading
  • one-to-one merging
  • match-merging
  • updating with the update and the modify statements
  • definitions
  • syntax of the update statement
  • syntax of the modify statement -
  • updating with nonmatched observations, missing values, and new variables -
  • using an index with the modify statement

SAS procedures

  • introduction
  • the anatomy of a proc
  • the proc statement
  • title and footnote statements
  • by statement
  • label statement
  • format statement
  • run or quit statement
  • description of data used in reports
  • SAS reporting procedures
  • procs for all that detail
  • using proc print
  • using proc sql
  • proc report
  • procs that summarize
  • using proc chart
  • using proc freq
  • using proc means
  • using proc univariate
  • introduction to proc tabulate
  • data manipulation and management procedure
  • proc sort
  • proc datasets
  • proc format
  • proc contents
  • other important procs
  • proc transpose
  • definitions
  • proc printto
  • compare procedure
  • proc append
  • how to import an excel file into SAS

introduction to proc sql

  • introduction
  • why learn proc sql?
  • select statement
  • the select statement syntax
  • a simple proc sql
  • a complex proc sql
  • limiting information on the select
  • creating new variables
  • the calculated option on the select
  • using labels and formats
  • the case expression on the select
  • additional select statement clauses
  • remerging
  • remerging for totals
  • calculating percentage
  • sorting the data in proc sql
  • sort on new column
  • subsetting using the where
  • incorrect where clause
  • where on computed column
  • selection on group column
  • use having clause
  • creating new tables
  • joining datasets using proc sql
  • inner join
  • joining three or more tables
  • outer joins
  • including nonmatching rows with the right outer join
  • selecting all rows with the full outer join
  • concatenating query results

an introduction to SAS macros

  • introduction
  • SAS macro overview
  • traditional SAS programming
  • the SAS macro language
  • macro language components
  • macro variables
  • macro statements
  • macro processor flow
  • automatic macro variables
  • macro debugging options
  • what is a macro?
  • defining and using macros
  • positional macro parameters
  • keyword macro parameters
  • conditional macro compilation
  • the %do statement
  • SAS data step interfaces

the output delivery system (ods)

  • introduction
  • creating various types of reports listing output
  • other destinations
  • html
  • pdf and postscript
  • rtf files
  • microsoft excel
  • adding style to your reports
  • locate existing styles
  • ods style= option
  • customize your reports
  • ods select; and ods exclude;
  • other customizations
  • ods proclabel= ;
  • ods proctitle; and ods noproctitle;
  • advanced techniques
  • ods document
  • proc template

introduction to diagnosing and avoiding errors

  • introduction
  • understanding how the SAS supervisor checks a job
  • understanding how SAS processes errors
  • distinguishing types of errors .SAS recognizes four kinds of errors
  • syntax errors
  • execution-time errors
  • data errors
  • semantic errors
  • diagnosing errors
  • diagnosing syntax errors
  • diagnosing data errors
  • using a quality control checklist

advance topics in SAS

  • performing advanced queries using proc sql
  • introducing macro variables
  • creating and using macro programs
  • storing macro programs
  • creating samples and indexes
  • using lookup tables to match data
  • modifying SAS data sets and tracking changes
  • introduction to efficient SAS programming

SaS training duration in Mumbai

Regular Classes( Morning, Day time & Evening)

  • Duration : 6 weeks

Weekend Training Classes( Saturday, Sunday & Holidays)

  • Duration : 10 Weeks

Fast Track Training Program( 7+ hours classes daily)

  • Duration : within 7 weeks

SaS trainer Profile & Placement

Our SaS Trainers

  • More than 7 Years of experience in SaS Technologies
  • Has worked on 9 realtime SaS projects
  • Working in a MNC company in Mumbai
  • Trained 4103+ Students so far.
  • Strong Theoretical & Practical Knowledge
  • SaS certified Professionals

SaS (sas bi clinical di studio programming) Placement Training in Mumbai

  • More than 4103+ students Trained
  • 2952 students Placed
  • 1865 Interviews Organized
  • Placement Supported by InterviewDesk.com

SaS training Locations in Mumbai

Our SAS BI/Clinical Research/DI Studio Training centers

  • Airoli
  • Ambarnath
  • Andheri East
  • Anita Nagar
  • Badlapur
  • Bandra West
  • Bhandup West
  • Bhiwandi
  • Bhiwandi
  • Boreivali
  • Chembur
  • Dadar
  • Dombivli
  • Fort
  • Ghansoli
  • Goregaon East
  • kalamboli
  • Kalbadevi
  • Kalwa
  • Kalyan
  • Kandivali West
  • Mahim
  • Malad West
  • Mulund West
  • Mumbra
  • Navi Mumbai
  • Parel
  • Pnavel
  • Sanpada
  • Santhosh Nagar
  • Taloje
  • Thane West
  • Ulhasnagar
  • Vashi

SaS training batch size (students per class) in Mumbai

Regular Batch ( Morning, Day time & Evening)

  • Seats Available : 6 (maximum)

Weekend Training Batch( Saturday, Sunday & Holidays)

  • Seats Available : 9 (maximum)

Fast Track batch

  • Seats Available : 3 (maximum)

Upcmoing Statistical Analysis System (SAS) Training Classes in Mumbai

Below are start date of sas training classes in Mumbai with course start date, class timings, morning / evening / weekend training sessions along with total seats and available seats. To rigister or enuqire, Just give a missed call to 9672234513 anytime.

Start Date Course Timings Seats & Availability Registration Status
25-Oct-2021 7.00 PM till 8.30 PM
Evening Class
Total :4
Available: 4
Booking Open
26-Oct-2021 7.30 AM till 9.00 AM
Morning Class
Total :6
Available: 4
Booking Open
31-Oct-2021 10.00 AM till 4.00 PM (Sat & Sunday Only)
Weekend Class
Total :6
Available: 4
Booking Open
01-Nov-2021 7.00 PM till 8.30 PM
Evening Class
Total :4
Available: 4
Booking Open
04-Nov-2021 2.00 PM till 5.00 PM
Regular Class
Total :6
Available: 6
Booking Open
10-Nov-2021 9.00 AM till 12.00 PM
Fasttrack Class
Total :5
Available: 5
Booking Open

Press Esc to close