SASInstitute SAS Viya Fundamentals of Programming - A00-415무료 덤프문제 풀어보기
Given the following SAS program:
proc mdsummary data=casuser.orders;
var RetailPrice;
output out=casuser.orders_sum;
run;
Which CAS action produces the same result as the code above without ERROR if you run it twice?
proc mdsummary data=casuser.orders;
var RetailPrice;
output out=casuser.orders_sum;
run;
Which CAS action produces the same result as the code above without ERROR if you run it twice?
정답: C
Which SAS Viya procedure is used for data summarization and descriptive statistics?
정답: C
Which of the following statements about the CAS server is true?
정답: D
Which CAS action is used to delete a CAS table from memory?
정답: D
Which CAS action is used to perform data transformations, such as creating new variables or modifying existing variables?
정답: B
Which CAS object is used to store and manage data?
정답: D
Which CAS action is used to execute a DATA step program in SAS CAS?
정답: D
Which CAS-enabled procedure is used to perform linear regression analysis on CAS tables?
정답: C
Assume all caslib names follow libref naming conventions.
Which code assigns librefs of the same name to each caslib?
Which code assigns librefs of the same name to each caslib?
정답: C
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?
정답: C
Which statement is FALSE regarding loading data into CAS?
정답: A
In the space below, add 1 character to complete the syntax.
proc cas;
table.tableDetails Answer
aslib="casuser", name=employees";
quit;
proc cas;
table.tableDetails Answer
aslib="casuser", name=employees";
quit;
정답:
/
In the DATA step, which statement is used to conditionally execute code?
정답: C
Which CAS action is used to compute the frequency distribution of a categorical variable in a CAS table?
정답: A