nerdexam
SAS_Institute

A00-211 · Question #232

This question will ask you to provide a segment of missing code. Given the SAS data set WORK.ONE: The following SAS program is submitted: The data set WORK.TWO is created, where Day would be the day…

The correct answer is B. weekday(BeginDate). See the full explanation below for the reasoning.

Question

This question will ask you to provide a segment of missing code. Given the SAS data set WORK.ONE:

The following SAS program is submitted:

The data set WORK.TWO is created, where Day would be the day of the month:

Which expression successfully completed the program and creates the variable Day?

Options

  • Aday(BeginDate)
  • Bweekday(BeginDate)
  • Cdayofmonth(BeginDate)
  • Dgetday(BeginDate)

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    75% (27)
  • C
    14% (5)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice