Question 54: You have written a SAS data step, and you know that you will be reading 500 lines from a raw file in this data step. Now there will be 500 iteration during the execution phase of data step. What is the correct with regards to beginning of each data step?

  1.          Both the automatic variable _N_ and _ERROR_ will be set to missing values.
  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 : 4 Exp : At the beginning of the SAS data step execution all the variables will be part of observation will be set to o and other variables like _N_ will be incremented by 1, because it represents how many observation have been read till now. Variable _ERROR_ will be set to 1 only in case of there is an error. Once this is set to 1 it will not be reset until end of the file

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