Multiple choice technology programming languages

If you miss RUN; what happens?

  1. gives an abend

  2. gives an error

  3. no error

  4. complier ignores

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

In SAS, omitting the RUN; statement does not generate an error or cause an abend. SAS will compile the step, but it may not execute immediately until another step boundary (such as a subsequent DATA or PROC step) or a RUN; statement is encountered.