SAS intoduction

                                                  SAS - Statistical Analysis Software
                      
                      (This blog will be helpful for fresher who is having base knowledge in SAS)

SAS Introduction:

> It is platform independent
> Used for reporting, Business Intelligence, Predictive analysis etc...
> It can run on Linux, Windows & z/OS ( Mainframe).

Program structure:

The structure is very simple: DATA step - > PROC step -> OUTPUT step

We will cover below program in SAS Training and I will go directly to the code level in below topics:

1. Read raw data

2. Write raw data

3. Concatenate data set

4. Merging data set

5. Sort the data set

6. Retain statement

Once the above program is executed then we will go in deep to understand more important topics in SAS.

                                      Keep watching our blog for more interesting updates !!!



Comments