*Copyright @ www.mycsg.in;


Introduction to the SAS interface

Main parts of the SAS interface

Editor window

Log window

Output or results window

Explorer or libraries area

Why the log window deserves special attention

Create a small example dataset

Display the dataset in the output window

Generate a simple summary report

Typical beginner workflow in the SAS interface

  1. Write code in the editor window
  2. Submit the code
  3. Check the log first for errors, warnings, and notes
  4. Review printed results in the output window when a procedure creates visible output
  5. Inspect created datasets in the library explorer or dataset viewer if needed

Another simple example of log plus output review

Key points to remember