What are the length and value of the variable ADDRESS?

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?
A. Length is 14; value is ‘214 London Dri’.
B. Length is 14; value is ‘214 London Way’.
C. Length is 16; value is ‘214 London Drive’.
D. Length is 200; value is ‘214 London Drive’.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.