SAS_Institute
A00-211 · Question #263
Given the SAS data set WORK. PRODUCTS: The following SAS program is submitted: data WORK. REVENUE (drop=Sales Returns); set WORK. PRODUCTS (keep=ProdId Price Sales Returns); Revenue-Price*…
The correct answer is A. 5. See the full explanation below for the reasoning.
Question
Given the SAS data set WORK. PRODUCTS:
The following SAS program is submitted:
data WORK. REVENUE (drop=Sales Returns); set WORK. PRODUCTS (keep=ProdId Price Sales Returns); Revenue-Price* (Sales-Returns); run; How many variables does the WORK.REVENUE data set contain?
Exhibit
Options
- A5
- B2
- C4
- D3
How the community answered
(39 responses)- A82% (32)
- B10% (4)
- C5% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.
