A00-420 無料問題集「SASInstitute SAS Viya Intermediate Programming」
Complete the CASL statement below to save the result stored in r to a SAS data set named class in the mylib library.
saveresult r _________ =mylib.class;
saveresult r _________ =mylib.class;
正解:
Dataout
Complete the SAS program below to generate a table named cost_cont in the casuser caslib that contains the statistics for each value of continent.
proc mdsummary data=casuser.orders;
var cost;
groupby continent /_______;
run;
proc mdsummary data=casuser.orders;
var cost;
groupby continent /_______;
run;
正解:
casuser.cost_cont