SAS_Institute
A00-212 · Question #90
The SAS data set TEMP has the following distribution of values for variable A: A Frequency -- -------- 1 500,000 2 500,000 6 7,000,000 8 3,000 Which one of the following SAS programs requires the…
The correct answer is C. data new. See the full explanation below for the reasoning.
Question
The SAS data set TEMP has the following distribution of values for variable A:
A Frequency -- -------- 1 500,000 2 500,000 6 7,000,000 8 3,000 Which one of the following SAS programs requires the least CPU time to be processed?
Options
- Adata new;
- Bdata new;
- Cdata new;
- Ddata new;
How the community answered
(27 responses)- A4% (1)
- B7% (2)
- C85% (23)
- D4% (1)
Community Discussion
No community discussion yet for this question.