A00-415 無料問題集「SASInstitute SAS Viya Fundamentals of Programming」
Complete the code below to create an in-memory table named cars_cas in the casuser caslib.
proc casutil;
load data=sashelp.cars outcaslib="casuser" casout=__________;
run;
proc casutil;
load data=sashelp.cars outcaslib="casuser" casout=__________;
run;
正解:
"cars_cas"