Question 37 :

 Which one of the following is true of the RETAIN statement in a SAS DATA step program?

  1. It can be used to assign an initial value to _N_ .
  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 : It adds the value of an expression to an accumulator variable and ignores missing values.

 The RETAIN statement

 - is a compile-time only statement that creates variables if they do not already exist

 - initializes the retained variable to missing before the first execution of the DATA step if you do not supply an initial value

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