Multiple choice technology programming languages What usually happens when a syntax error is detected? a.SAS continues processing the step. a.SAS continues to process the step, and the SAS log displays messages about the error. a.SAS stops processing the step in which the error occurred, and the SAS log displays messages about the error. SAS stops processing the step in which the error occurred, and the Output window displays messages about the error. Reveal answer Fill a bubble to check yourself C Correct answer Explanation When SAS encounters a syntax error, it immediately stops processing the step containing the error, prints warning or error messages to the SAS log, and continues checking subsequent steps. It does not output these messages to the Output window.