#7Multiple Choice

The following SAS program is submitted:
data one;
addressl = 214 London Way;
run;
data one;
set one;
address = tranwrd(address1, Way, Drive); run;
What are the length and value of the variable ADDRESS?

Previous
Question 7 of 269
Exam A00-211 Topic 1 Question 7
Back to all questions
Next