A00-420試験無料問題集「SASInstitute SAS Viya Intermediate Programming 認定」

Which SAS Viya component allows users to create and manage machine learning models?

In the following code, complete the PRINT statement to print only rows where column begins with MPG:
proc cas;
simple.summary result=res / table={name="cars"};
resultTable = res.summary;
print <insert code segment here>;
run;

What is the main purpose of the DATA step in SAS Viya?

Which CAS action is used to sort a CAS table based on one or more variables?

Which CAS-enabled procedure is used to perform decision tree analysis on CAS tables?

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 CAS-enabled procedure is used to perform data partitioning?

What is the primary advantage of using CAS language programming in SAS?

Which SAS program will list tables contained in caslib public?

Which CAS action is used to calculate the sum, minimum, maximum, and mean for numeric variables in a CAS table?

The following SAS program is submitted:

What is the output to the log?

When loading a data set into memory using PROC CASUTIL and the LOAD statement, what option will set the in-memory table's scope to GLOBAL?
Enter your answer in the space below: _________
正解:
promote
Which CAS-enabled procedure allows the use of user-defined formats for data summarization?

Which CAS action is used to load data into the CAS environment?

Which action loads the cars.csv file from the casuser caslib into memory?

Which CAS-enabled procedure is used to perform time series analysis on CAS tables?

Which statement about the MDSUMMARY procedure is true?

Which CAS action is used to create a new CASLIB?