Complete the following FedSQL code to convert the character variable markup to a numeric variable.
Complete the following FedSQL code to convert the character variable markup to a numeric variable.
proc cas;
session mysess;
fedSql.execDirect /
query="create table casuser.cars_fedsql {options replace=true} as
select make, model, mpg_city, mpg_highway, <insert code segment here> as
markup_N
from casuser.cars";
run;
A . put(markup,’best12.’)
B . inputn(markup,’best12.’)
C . cast(markup,’best12.’)
D . input(markup,’best12.’)
Answer: B
Latest A00-420 Practice Questions with 250 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments