Question 53: You have written a SAS program which will read a RAW data file containing 500 records, after running the entire DATA steps you know there could be 5 errors records. What will be the value of Automatic variable _ERROR_, once data step completed?

  1.          0
  2.        Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 2 Exp : It does not matter, how many errors are there in your DATA step, as soon as error is found automatic variable _ERROR_ will be set to 1 . If there is no error than it will remain 0.

You can access to full explanation to question and answer from this page.