What new variables ...
 
Notifications
Clear all

What new variables are created?

1 Posts
1 Users
0 Likes
101 Views
(@tsuchiuramanual)
Posts: 747
Noble Member
Topic starter
 

The following SAS program is submitted:

data work.test;

set work.staff (keep = jansales febsales marsales);

array diff_sales{3} difsales1 - difsales3;

array monthly{3} jansales febsales marsales;

run;

What new variables are created?

  • A . JANSALES, FEBSALES and MARSALES
    B. MONTHLY1, MONTHLY2 and MONTHLY3
    C. DIFSALES1, DIFSALES2 and DIFSALES3
    D. DIFF_SALES1, DIFF_SALES2 and DIFF_SALES3

Show Answer Hide Answer

Suggested Answer: C
 
Posted : 25/11/2022 4:08 pm

Latest SAS Institute A00-211 Dumps Valid Version

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