SASInstitute SAS Viya Fundamentals of Programming - A00-415 Exam Practice Test
Which statement is used to sort a SAS dataset in ascending order?
Correct Answer: B
Vote an answer
Which CAS-enabled procedure is used to generate descriptive statistics for CAS tables?
Correct Answer: C
Vote an answer
Which SAS Viya component is used for creating interactive dashboards and reports?
Correct Answer: A
Vote an answer
Given the following log output:
- NOTE: The WHERE data set option on the DATA statement is not supported with DATA step in Cloud Analytic Services.
- NOTE: Could not execute DATA step code in Cloud Analytic Services. Running DATA step in the SAS client.
- NOTE: There were 19 observations read from the data set CASUSER.CLASS.
- NOTE: The data set CASUSER.CLASS2 has 1 observations and 5 variables.
Which DATA step program produced the above log output?
- NOTE: The WHERE data set option on the DATA statement is not supported with DATA step in Cloud Analytic Services.
- NOTE: Could not execute DATA step code in Cloud Analytic Services. Running DATA step in the SAS client.
- NOTE: There were 19 observations read from the data set CASUSER.CLASS.
- NOTE: The data set CASUSER.CLASS2 has 1 observations and 5 variables.
Which DATA step program produced the above log output?
Correct Answer: C
Vote an answer
Which CAS action is used to perform a cross-tabulation of two categorical variables in a CAS table?
Correct Answer: B
Vote an answer
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;
Correct Answer:
/
Which SAS Viya procedure is used for data exploration and analysis?
Correct Answer: D
Vote an answer