Thursday, 6 October 2011

BASE SAS

USES:
  • Creates SAS Files (dataset, Veiw and catalog) run all kind of transformations (total 21 transformations).
  • Run data management process
  • Run simple descriptive statistical analysis and generates reports using ODS (output  delivery system ) facility to generate reports in customized format.
  • Run SQL queries.
  • Using macro facility to reduce, in customize SAS application and develop reusable applications.
  • SAS applications developed using.
Blocks are 3 types:
                        1. Dataset Block.
                        2. Procedure Block.
                        3. Macro Block.

1. Dataset Block: Create dataset.

2. Procedure Block: Run analytical process and generates reports.

3. Macro Block: Develop macro application.

No comments:

Post a Comment