Select the best answer
for each question. Check your answers using the answer key in the
appendix.
-
Within the data set
Cert.Temp, PayRate is a character variable and Hours is a numeric
variable. What happens when the following program is run?
data work.temp;
set cert.temp;
Salary=payrate*hours;
run;
-
SAS converts the values
of PayRate to numeric values. No message is written to the log.
-
SAS converts the values
of PayRate to numeric values. A message is written to the log.
-
SAS converts the values
of Hours to character values. No message is written to the log.
-
SAS converts the values
of Hours to character values. A message is written to the log.
-
A typical value for the character variable Target is ...