Which variables doe...
 
Notifications
Clear all

Which variables does the WORK.JANUARY data set contain?

1 Posts
1 Users
0 Likes
87 Views
(@baumgarnerisreal)
Posts: 677
Noble Member
Topic starter
 

The following SAS program is submitted:

data work.january;

set work.allmonths (keep = product month num_sold cost);

if month = 'Jan' then output work.january;

sales = cost * num_sold;

keep = product sales;

run;

Which variables does the WORK.JANUARY data set contain?

  • A . PRODUCT and SALES only
    B. PRODUCT, MONTH, NUM_SOLD and COST only
    C. PRODUCT, SALES, MONTH, NUM_SOLD and COST only
    D. An incomplete output data set is created due to syntax errors.

Show Answer Hide Answer

Suggested Answer: D
 
Posted : 31/01/2023 3:41 am

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: