Posts

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...