Multiple choice technology programming languages

which of the statements is incorrect

  1. SAS will read and execute steps simultaneously

  2. A step is completed when the QUIT statement appears

  3. All programming steps begin with either a DATA or PROC keyword

  4. A step is completed when the RUN statement appears

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

This asks for the INCORRECT statement. SAS executes steps sequentially (one at a time), not simultaneously. The QUIT statement ends a step, RUN also completes a step, and steps do begin with DATA or PROC keywords - those are all correct SAS behaviors.