A00-231 Exam Question 76
The following SAS program is submitted:
data work.retail;
cost = '20000';
total= .10* cost
run;
What is the result?
data work.retail;
cost = '20000';
total= .10* cost
run;
What is the result?
A00-231 Exam Question 77
The following SAS program is submitted:

What is the value of the variable Diff?

What is the value of the variable Diff?
A00-231 Exam Question 78
Given the following raw data record:
07Jan2005
Which INFORMAT reads this raw data and stores it as a SAS date value?
07Jan2005
Which INFORMAT reads this raw data and stores it as a SAS date value?
A00-231 Exam Question 79
This question will ask you to provide a missing option. Given the following SAS program:

Which option needs to be added to wrap the labels to the next line whenever it encounters an asterisk?

Which option needs to be added to wrap the labels to the next line whenever it encounters an asterisk?
A00-231 Exam Question 80
Given the contents of the raw data file TYPECOLOR.DAT:

The following SAS program is submitted:

What are the values of the variables Type and Color?

The following SAS program is submitted:

What are the values of the variables Type and Color?
