Show Details
- Reading data
- Preprocessing data
- Representing data
- Analyzing data
- Reporting results
- Reading data
The raw data in different formats can be read, stored into SAS session temporarily or permanently. The process is usually done in DATA steps. The following lists major packages or procedures that deal with the data input.- PROC IMPORT
- DATA step
- PROC SQL
- Preprocession data
After datasets are available to a SAS session, you need to preprocess the data in order to represent, summarize and analyze the data. Preprocessing refers to the process of creating new dataset, creating/modifying variables, merging multiple datasets, combining/deleting observations, cleaning datasets by all kinds of programs. The following lists major procedures that deal with the preprocessing of data.- PROC SQL
- PROC SQL

No comments:
Post a Comment