If you miss RUN; what happens?
-
gives an abend
-
gives an error
-
no error
-
complier ignores
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.