Multiple choice technology programming languages If you use a RUN statement with a PROC SQL step SAS ignores the RUN statement, executes the statements as usual. Stop running due to error. Executes the code with a warning note 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.