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
Options
- ACall syntax (`num' California)
- BNum = California
- C&num = California
- DSyntax (`num', California)
How the community answered
(54 responses)- A15% (8)
- B76% (41)
- C6% (3)
- D4% (2)
Community Discussion
No community discussion yet for this question.

