What are the values of the AMOUNT and WORD variables in SAS dataset work.new?
The following SAS program is submitted:
data work. new;
length word $7;
amount = 4;
it amount = 4 then word = ‘FOUR’;
else if amount = 7
then word = ‘SEVEN’;
else word = ‘NONE!!!’;
amount = 7;
run;
What are the values of the AMOUNT and WORD variables in SAS dataset work.new?
A . amount word
4 FOUR
B . amount word
4 NONE!!!
C . amount word
7 FOUR
D . amount word
7 SEVEN
Answer: C
Latest A00-231 Dumps Valid Version with 262 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments