| Exam Code/Number: | A00-415Join the discussion |
| Exam Name: | SAS Viya Fundamentals of Programming |
| Certification: | SASInstitute |
| Question Number: | 257 |
| Publish Date: | Aug 29, 2026 |
|
Rating
100%
|
|
Which CAS-enabled procedure allows the use of user-defined formats for data summarization?
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;