SASInstitute A00-420 Actual Free Exam Questions & Community Discussion
Given the dictionary inTable : {caslib="casuser",name="cars"}
Which CASL statement will successfully add a where parameter to subset the data?
Which CASL statement will successfully add a where parameter to subset the data?
Correct Answer: A
Vote an answer
Given the dictionary myDict defined using the following statement: mydict = {age = 16, characteristics = {hair = "dark", eyes = "brown"}}; Which code segment correctly assigns the value brown to the variable x?
Correct Answer: A
Vote an answer
Which CAS action is used to export data from the CAS environment?
Correct Answer: A
Vote an answer
What is the purpose of the WHERE clause in CAS language programming?
Correct Answer: C
Vote an answer
Which CAS statement is used to select specific columns from a CAS table?
Correct Answer: B
Vote an answer
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;
Correct Answer:
casuser.cost_cont
Which PROC CASUTIL statement will save the in-memory table cars in the casuser caslib to a SAS data set named cars in the public caslib?
Correct Answer: A
Vote an answer
Given the following SAS program?
caslib _all_ assign;
proc sgplot data=casuser.cars;
vbar Make;
run;
What will the program do?
caslib _all_ assign;
proc sgplot data=casuser.cars;
vbar Make;
run;
What will the program do?
Correct Answer: A
Vote an answer
0
0
0
10
