A00-420 Exam Question 76
What is the purpose of the PROMOTE action in CAS?
A00-420 Exam Question 77
The table casuser.employees is partitioned onto 3 CAS worker nodes.
Which SAS program will correctly accumulate a total of the salary variable and store it in the variable totalSalary?
Which SAS program will correctly accumulate a total of the salary variable and store it in the variable totalSalary?
A00-420 Exam Question 78
Which CAS action is used to merge two or more CAS tables based on common variables?
A00-420 Exam Question 79
Which programming language is used for SQL programming in SAS CAS?
A00-420 Exam Question 80
Given an array cars with an unknown number of elements, use a CASL function to complete the following program segment to complete the DO loop:
do i=1 to _________
;
print cars[i];
end;
do i=1 to _________
;
print cars[i];
end;
