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

Which statement correctly creates a global caslib called mycas that is connected to the
/workshop/data location?

Which CAS action is used to retrieve a subset of rows and columns from a CAS table?

You want to generate totals and averages by year for a very large Teradata table using SAS Viya programming methods.
What is the most efficient way to achieve this?

When creating SAS graphs on extremely large CAS tables, the best practice is to:

In SAS Viya, what is the purpose of the DATA step?

Which table.update parameter specifies the column to update?

Which CAS-enabled procedure is used for frequency analysis and cross-tabulations?

What is the purpose of the SELECT statement in SQL programming?

What is the purpose of applying a user-defined format to a variable in SAS?

Which statement is true regarding BY group processing in the CAS DATA step?

Which CAS action is used to delete rows from a CAS table?

Which Compute Server system option prevents inadvertently moving large in-memory tables to the Compute Server?

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?

After submitting the following SAS program, the log below is created.
Code:
proc casutil;
droptable incaslib='primary_school' casdata="teachers";
quit;
Log:
ERROR: The table teachers could not be located in caslib primary_school of Cloud Analytic Services.
ERROR: The action stopped due to errors.
Why is the table not dropped?