By admin | September 22, 2009

SAS Certified Base Programmer 123 Questions (71)

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

A. It can be used to assign an initial value to _N_ .
B. It is only valid in conjunction with a SUM function.
C. It has no effect on variables read with the SET, MERGE and UPDATE statements.
D. It adds the value of an expression to an accumulator variable and ignores missing values.

One comment | Add One

  1. admin - 09/22/2009 at 11:07 am

    C

Leave a Comment

Leave a Reply

Your email address will not be published.