SASInstitute SAS Viya Intermediate Programming - A00-420 Exam Practice Test
Which CAS-enabled procedure is used to perform data exploration and summarization?
Correct Answer: C
Vote an answer
Using the altertable action, which is the correct statement to rename the make column to veh_make in a CAS table?
proc cas;
table.altertable / caslib="casuser", name="cars",
<enter code segment here>;
quit;
proc cas;
table.altertable / caslib="casuser", name="cars",
<enter code segment here>;
quit;
Correct Answer: D
Vote an answer
Which CAS-enabled procedure is used to perform text mining on CAS tables?
Correct Answer: B
Vote an answer
Which function is used to calculate the mean of a variable in SAS Viya?
Correct Answer: C
Vote an answer
What is the purpose of the SET action in CAS language programming?
Correct Answer: D
Vote an answer
Which CASL program segment correctly defines a source block to be run from a subsequent action?
Correct Answer: B
Vote an answer
Which statement is FALSE regarding loading data into CAS?
Correct Answer: B
Vote an answer
Which statement will show all available caslibs in the log?
Correct Answer: B
Vote an answer
In SAS Viya, what is the purpose of the LIBNAME statement?
Correct Answer: D
Vote an answer
Which CAS action is used to compute descriptive statistics for numeric variables in a CAS table?
Correct Answer: D
Vote an answer