Exam A00-211 All QuestionsBrowse all questions from this exam
Question 54

The SAS data set named WORK.SALARY contains 10 observations for each department, and is currently ordered by Department.

The following SAS program is submitted:

What is the value of the variable Total before the first iteration of the data step?

    Correct Answer: C

    Since the retain statement is used without an initial value, the variable Total is initialized to a missing value before the first iteration of the data step.

Discussion
ExamHWOption: C

c is correct