A00-211 Web TestEngine demo

Exit VCEDump A00-211 SAS Base Programming for SAS 9
Question 40 of 41
0% complete
Q40 Single choice

The following SAS program is submitted:

data work.test;
First = 'Ipswich, England';
City = substr(First,1,7);
City_Country = City!!', '!!'England';
run;

Which one of the following is the value of the variable CITY_COUNTRY in the output data set?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in