The document provides answers to common questions asked during SAS interviews or for SAS certification. Key points:
- The OUTPUT statement overrides automatic output in DATA steps and writes observations only when executed.
- The STOP statement stops processing the current DATA step and resumes after.
- There are differences between using the DROP= option in SET vs DATA statements and between reading from an external file vs existing dataset.
- Functions operate across observations while procedures operate within.