Practice Free A00-420 Exam Online Questions
Which CAS action is used to calculate the sum, minimum, maximum, and mean for numeric variables in a CAS table?
- A . cas.aggregate
 - B . cas.statistics
 - C . cas.summarize
 - D . cas.describe
 
Which CAS action is used to calculate the mean, median, and quartiles for numeric variables in a CAS table?
- A . cas.summary
 - B . cas.describe
 - C . cas.quantiles
 - D . cas.statistics
 
Which CAS-enabled procedure is used for regression analysis and modeling?
- A . PROC MEANS
 - B . PROC SQL
 - C . PROC FREQ
 - D . PROC GLM
 
Which CAS action is used to calculate the total count, distinct count, and missing count for variables in a CAS table?
- A . cas.count
 - B . cas.unique
 - C . cas.missing
 - D . cas.summary
 
Which CAS action is used to create a new variable in the DATA step?
- A . DROP
 - B . ALTER TABLE
 - C . COMPUTE
 - D . FORMAT
 
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;
Which CAS-enabled procedure is used to import data into a CAS table?
- A . CASLIB
 - B . CASIMPORT
 - C . CASDATA
 - D . CASTABLE
 
Which CAS-enabled procedure is used to generate descriptive statistics for CAS tables?
- A . CASTATS
 - B . CASMEANS
 - C . CASUTIL
 - D . CASDESCRIBE
 
Which CAS object is used to store and manage data?
- A . CASLIB
 - B . CASDATA
 - C . CASTABLE
 - D . CASSET
 
Which CAS object is used to store and manage data?
- A . CASLIB
 - B . CASDATA
 - C . CASTABLE
 - D . CASSET
 
