nerdexam
SAS_Institute

A00-212 · Question #165

This question will ask you to provide a segment of missing code. Given the SAS data set SASUSER.ORDERS: The following SAS program is submitted: Which statement completes the program completely so…

The correct answer is B. Num = California. 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 SASUSER.ORDERS:

The following SAS program is submitted:

Which statement completes the program completely so that it will produce a report with the total number of orders for California?

Exhibits

A00-212 question #165 exhibit 1
A00-212 question #165 exhibit 2

Options

  • ACall syntax (`num' California)
  • BNum = California
  • C&num = California
  • DSyntax (`num', California)

How the community answered

(54 responses)
  • A
    15% (8)
  • B
    76% (41)
  • C
    6% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice