최신SASInstitute SAS Viya Intermediate Programming - A00-420무료샘플문제
Which CAS-enabled procedure is used to perform decision tree analysis on CAS tables?
When creating SAS graphs on extremely large CAS tables, the best practice is to:
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?
Which SAS Viya procedure is used for data exploration and analysis?
Complete the CASL statement below to save the result stored in r to a SAS data set named class in the mylib library.
saveresult r _________ =mylib.class;
What is the purpose of applying a user-defined format to a variable in SAS?
Which CAS action is used to calculate the correlation matrix for numeric variables in a CAS table?
Which SQL clause is used to calculate summary statistics for variables in a CAS table?
Which CAS-enabled procedure is used to apply user-defined formats to variables?