Question
Get Answer
54. The following SAS program is submitted:data work.new;length word $7;amount = 4;if amount = 4 then word = 'FOUR';
else if amount = 7 then word = 'SEVEN';else word = 'NONE!!!';amount = 7;run;Which one of the following represents the values of the AMOUNT and WORDvariables?A. amount word7 FOURB. amount word7 SEVENC. amount word4 FOURD. amount word4 ' ' (missing character value)
Uploaded by: zxr225
Subject:
Computer Science, Engineering & Technology