Multiple choice technology programming languages

Which one is not an Automatic variable in SAS ?

  1. ERROR

  2. N

  3. FORMAT

  4. IORC

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

FORMAT is not an automatic variable in SAS, while the other options are. ERROR indicates whether an error occurred during data step execution, N counts the number of data step iterations, and IORC is used with modified views and the INPUT statement. FORMAT does not exist as a SAS automatic variable.