Multiple choice technology programming languages

If you use a RUN statement with a PROC SQL step

  1. SAS ignores the RUN statement, executes the statements as usual.

  2. Stop running due to error.

  3. Executes the code with a warning note

  4. Unexpected Result.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

PROC SQL executes statement by statement. Because of this interactive execution, SAS ignores any RUN statement encountered during the PROC SQL block and continues normal execution.