Saturday, 3 August 2013

SAS INTRODUCTION

      SAS
The SAS System is one of the most popular Statistical software for all kinds of data analysis. It is a general purpose statistical package designed for both interactive, non-interactive, and batch uses. 
SAS (Statistical Analysis System) software is comprehensive software which deals with many problems related to Statistical analysis, Spreadsheet, Data Creation, Graphics, etc. It is a layered, multivendor architecture. Regardless of the difference in hardware, operating systems, etc., the SAS applications look the same and produce the same results. The three components of the SAS System are Host, Portable Applications and Data. Host provides all the required interfaces between the SAS system and the operating environment. Functionalities and applications reside in Portable component and the user supplies the Data. We, in this course will be dealing with the software related to perform statistical analysis of data.
      Windows of SAS
  • Program Editor : All the instructions are given here.
  • Log : Displays SAS statements submitted for execution and messages
  • Output : Gives the output generated
      Rules for SAS Statements
  • SAS program communicates with computer by the SAS statements.
  • Each statement of SAS program must end with semicolon (;).
  • Each program must end with run statement.
  • Statements can be started from any column.
      SAS Program Functionality:
SAS has scores of statistical and mathematical functions, scores of statistical procedures, macro facility, very flexible data handling capability, and excellent programming capability. SAS can read data in almost any format (e.g., numeric, alphanumeric, binary, dollar, date, time formats), and can read files created using spreadsheet/data base software. It also has excellent data manipulation utilities.
The following is a brief overview of some of the functionalities of SAS:
  • Data transformations
  • Programming capability
  • Macro facility
  • Matrix manipulation
  • Descriptive Statistics
  • Contingency tables
  • Correlation
  • T-tests
  • Univariate & Multivariate ANOVA
  • Regression
  • General Linear Model
  • Nonlinear Regression
  • Logistic Regression
  • Profit Analysis
  • Discriminate Analysis
  • Factor Analysis
  • Cluster analysis
  • Multidimensional scaling
  • Forecasting/Time Series
  • Nonparametric analysis
  • Graphics and graphical interface.

SAS ONLINE TRAINING

  COMPANY PROFILE
AcuteSoft Solutions India Pvt.Ltd. is an emerging end to end SAS training provider focused on training for companies that have captive, in-house or specific technology based training requirements. We focus on the needs of the SAS community.
We offer in-depth SAS Online Training .  Our response is almost immediate and we offer you the freedom to cut down on your training costs and ramp-up your resources where needed in minimal time.
We bridge the gap between the need of the industry for knowledgeable and skilled professionals and the training required to produce highly qualified candidates and professionals.
Unique Features:
1. Top of the line trainers, hand-picked to suit your requirement
2. Customized training - you can choose the level and depth of training to be delivered
3. Interactive Feedback mechanism
4. Cutting-edge training delivery
SAS ONLINE TRAINING
Experience the Quality of our Corporate Training
ACUTE SOFT is a Global Interactive Learning company started by proven industry experts with an aim to provide Quality Training in the latest IT Technologies.
ACUTE SOFT has a pool of Expert Trainers worldwide on all the technologies to train the students.
ACUTE SOFT is offering online Training services to Major IT giants and to individual students worldwide. 
Contact : Santhosh /Lakshmi :
INDIA: +91-9848346149, +91-7702226149
Land line:  +91 (0)40 - 42627705
US: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
Skype id : acutesoft
http://www.acutesoft.com            
http://training.acutesoft.com

SAS ONLINE COURSE

 SAS Course Curriculum
 
   Overview of the SAS
 
    BASE SAS
  • Introduction To SAS System & Architecture
  • History And Various Modules
  • Features
  • Variables & SAS Syntax Rules
  • SAS Data Sets
  • Data Set Options
  • Operators
  • Reading Raw Data
  • In file Statement With Options
  • Working With External Files & Options
  • Multiple Observations
  • Input Styles
  • Select Statement
  • Leave and Continue Statements
  • Creating & Redefining Variables
  • Where Statement
  • If – Then Else Statement
  • Goto, Stop And Error Statements
  • Output Statement, Put Statement
  • Do Loops
  • Modifying And Combining Data Sets
  • Updating Master Data Set
  • Display Manager Commands
  • SAS Functions
     BASE SAS PROCEDURES
  • Proc sort
  • Proc Print
  • Proc Means
  • Proc Freq
  • Proc Plot
  • Proc Chart
  • Proc Copy
  • Proc Summary
  • Proc Append
  • Proc Data sets
  • Proc Contents
  • Proc Delete
  • Proc Format
  • Proc Import
  • Proc Export
      SAS/REPORTS
  • Frequency Report
  • One-Way Frequency Report
  • Cross Tabular Frequency Report
  • Summary Statistics
  • Creating A List Report
  • Define Statement
  • Order Usage and Group
  • Printing Grand Totals
  • Rbreak Statement
  • Tabulate Procedure
  • One-Dimensional Tables
  • Two-Dimensional Tables
  • Obtaining A Total
  • Analysis Variables with options
  • Summary Statistics
     SAS Database [ORACLE-SQL CONCEPTS]
  • Introduction
  • History
  • Features
  • Sql Command Set
  • Operators In Sql
  • Order By Clause
  • Group By Clause
  • Having Clause
  • Distinct Clause
  • Create and Insert
  • Deleting, Populating And Updating
     SAS/SQL
  • Introduction To SAS/Sql
  • Features
  • Uses
  • Terminology
  • Data Types, Key Words, & Operators
  • Functions, Predicates
  • Formatting Output
  • Group By Clause
  • Order By Clause
  • Having Clause
  • Case Expression And Conditional Logic
  • Creating ,Populating & Deleting Tables
  • Alter Table Statement
  • Changing Column’s Length
  • Joins
  • Constraints
  • Renaming A Table & Columns
  • Views
     SAS/ACCESS
  • Working With Oracle
  • Working With Ms-Access
  • Working With Ms-Excel
  • DBLoad Procedure
     SAS/GRAPH
  • Gchart Procedure
  • Vertical, Horizontal, Pie
  • Donut
  • G3d
  • Group, Subgroups
  • Gplot Procedure
  • Multiple Plots & Overlay
  • Symbol Statement
  • Title And Footnote Statements
  • G options
      SAS/STAT
  • Proc Univariate
  • Proc Corr
  • Proc Reg
  • Proc Anova
      SAS/ODS
  • Creating Rtf File
  • Creating Html File,PDF File
 

SAS Interview Questions

 SAS Interview Questions
 
    What is SAS ?
The term "statistical analysis system" is used to refer to software that allows the user to perform statistical analysis on data sets. Another commonly-used term for this type of software is statistical programming language. When capitalized, Statistical Analysis System (SAS) is also the proper name of one of the most well-known software packages of this type.
     How to use SAS ?
A statistical analysis system provides the automation and processing power needed to facilitate the manipulation and analysis of data sets. These packages facilitate computation of both descriptive and inductive statistics. Commonly-used descriptive statistical computations include calculation of central tendency, frequency distribution, and association. Inductive statistical analysis that can be performed with a statistical analysis system includes statistical hypothesis testing, such as the t-test, the z-test, and the chi-square test. Many statistical analysis systems also support other tests, such as analysis of variance (ANOVA) and its relatives, and various types of regression testing.
      Where to use SAS ?
Statistical analysis systems are used in a wide variety of settings. Natural and social scientists in academic and commercial research settings are the most frequent users of these types of software packages. Businesses may also use a statistical analysis system for operations research, project management, and other business intelligence applications.
     Will customers have to migrate their 9.1.3 content to be compatible with 9.2 ?
If a customer is upgrading to 9.2 Phase 1 (the core SAS products...category A under the HHS ELA), there is no migration process required. However, starting with the 9.2 phase 2, customers will need to migrate their 9.1.3 metadata content to be compatible with the 9.2 architecture. With SAS 9.2 phase 2, the metadata infrastructure, the folder structure, the security model, and the SAS directory structure have been significantly enhanced, resulting in changes to object content and formats. SAS has created a set of tools that help customers deploy a 9.2 environment and migrate or promote their content.
     Are all operating systems supported for SAS 9.1.3 supported for SAS 9.2 ?
No. SAS 9.2 is not supported on Tru64, Open VMS for Alpha, Linux on Itanium, or Windows NT/2000.
    Are there any new operating systems that will now be supported at SAS 9.2 ?
Yes. SAS 9.2 has added support on Windows x64, Linux x86-64, and Open VMS on HP Integrity (Itanium). Support for Solaris 10 x64 will be extended across the platform for EBI Server and DI Server, including mid-tiers.
    Will SAS 9.2 be supported on Vista, and will SAS 9.2 work with Microsoft IE 7 ?
SAS is committed to supporting business versions of Microsoft Vista (Business, Enterprise, and Ultimate). The foundation SAS technologies are supported on Vista (32-bit editions only) in SAS 9.1.3SP4, but not the client applications. IE 7 is also supported in SAS 9.1.3SP4, but only on Windows XP Pro SP2. SAS 9.2 will also be supported on Vista (for 32 or 64-bit editions). SAS 9.2 platform client applications will support Vista and IE 7 on Vista, starting with phase 2. Consumer editions of Vista (Home Basic and Home Premium) are not supported.
    Can you run SAS 8 and SAS 9 together ?
Yes. SAS 9 is installed in a separate file system directory.
    If a customer uses the Enterprise Guide 4.1 client with foundation tools on a server, will they have to wait until Phase 2 when Enterprise Guide 4.2 is released, or can they continue using the Enterprise Guide 4.1 client and upgrade to SAS 9.2 on the server ?
It depends. Enterprise Guide 4.1 (current release) will work in conjunction with a local SAS 9.2 installation.
   If a customer uses EG client with foundation tools on a server, will they have to wait until EG 4.2 is released or can they continue using EG 4.1 and upgrade to 9.2 on the server ?
To answer this lets break the scenarios down to 4 questions and answers:
  • Will EG 4.1 (today's release) work in conjunction with a local SAS 9.2 installation -- Yes.
  • Will EG 4.1 (today's release) work in conjunction with a phase 2 SAS 9.2 remote installation -- No.
  • Will EG 4.2 work with a SAS 9.1.3 local installation -- No.
  • Will EG 4.2 work with a SAS 9.1.3 remote installation -- No.
     Will a new SID be required for SAS 9.2 software ?
Yes. The SID file is posted on the iSDP website with the software. Only designated iSDP reps can access these files. To contact a designated iSDP rep for your IC/Agency, please view the Contact Lookup or contact the NIH Help Desk.
     Are there some products within Category A that will not ship initially with 9.2 ?
Yes. They include Enterprise Guide (see explanation above), Integration Technologies, Online Tutor, Enterprise Reporter, App Dev Studio, Access to R3, Access to People Soft and Access to BAAN.
    Is a new 9.2 plan file required, or can the 9.1.3 plan file be re-used ?
A new 9.2 plan file is required. There is a standard plan file that can be used for the foundation products that comes with the software.