A00-420 Exam Question 81
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;
A00-420 Exam Question 82
Which CAS action is used to delete a CASLIB?
A00-420 Exam Question 83
Which CAS object is used to store and manage data?
A00-420 Exam Question 84
What is the purpose of the BY statement in the DATA step?
A00-420 Exam Question 85
What is the purpose of the CASLIB statement in SAS Viya?
