Question 41

Consider the following data step:

The computed variables City and State have their values assigned using two different methods, a RETAIN statement and an Assignment statement.
Which statement regarding this program is true?
  • Question 42

    Given the SAS data set WORK.ONE:

    The following SAS program is submitted:

    The data set WORK.TWO is created, where Day would be 1 for Sunday, 2 for Monday, 3 for Tuesday, ... :

    Which expression successfully completed the program and creates the variable DAY?
  • Question 43

    By default, which variables and data values are used to calculate statistics in the MEANS procedure?
  • Question 44

    Which statement correctly computes the average of four numerical values?
  • Question 45

    Which of the following programs correctly invokes the DATA Step Debugger?