What is the SAS tool ?
This modularity allows each user to build his set of tools according to his needs, completing the BASE module de base (SAS/BASE). But this is not the only peculiarity of this tool.
Once the code was entered in the PGM window, the user can submit this program for the SAS code to be interpreted by the software. It's possible to follow along its correct execution by looking at the LOG window, and afterwards look at the printed results in the OUT window.
In more recent SAS versions (V8 in particular), an additional window "EXPLORER" allows navigating through the data librairies and visualize each output files.
Next will describe the two main steps of the data processing via SAS: the DATA step and the PROC procedures.
The general syntax for each of these procedures is the following :
PROC 'PROCEDURE_NAME ' DATA='INPUT_TABLE' [OPTIONS ].