Which statement is used to create a new variable in SAS Viya?
Which statement is used to create a new variable in SAS Viya?A . IF-THEN statementB . DROP statementC . RENAME statementD . LENGTH statementView AnswerAnswer: D
Which statement about CASL is true?
Which statement about CASL is true?A . CASL is a replacement for the DATA Step.B . CASL allows you to run any CAS action.C . CASL is an open source language.D . CASL is a replacement for SQL.View AnswerAnswer: B
Which CAS action is used to compute the frequency count of unique values in a column of a CAS table?
Which CAS action is used to compute the frequency count of unique values in a column of a CAS table?A . cas.countB . cas.uniqC . cas.distinctD . cas.frequencyView AnswerAnswer: B
Which CAS-enabled procedure is used to perform market basket analysis?
Which CAS-enabled procedure is used to perform market basket analysis?A . CASMINERB . CASPROCC . CASASSOCD . CASSTATView AnswerAnswer: C
Which table.update parameter specifies the column to update?
Which table.update parameter specifies the column to update?A . AssignB . UpdateC . SetD . ComputedVarsView AnswerAnswer: C
Which SAS Viya component allows users to create and manage machine learning models?
Which SAS Viya component allows users to create and manage machine learning models?A . SAS Data PreparationB . SAS StudioC . SAS Visual AnalyticsD . SAS Model StudioView AnswerAnswer: D
Which CAS action is used to merge two or more CAS tables based on a common key variable?
Which CAS action is used to merge two or more CAS tables based on a common key variable?A . cas.combineB . cas.appendC . cas.unionD . cas.mergeView AnswerAnswer: D
Which PROC MDSUMMARY step produces results?
Which PROC MDSUMMARY step produces results?A . proc mdsummary data=casuser.orders; var profit; output out=casuser.sumorders; run;B . proc mdsummary data=casuser.orders; var profit; out casuser.sumorders; run;C . proc mdsummary data=casuser.orders; var profit / out=casuser.sumorders; run;D . proc mdsummary data=casuser.orders; var profit; run;View AnswerAnswer: A
In SAS Viya, what is the purpose of the LIBNAME statement?
In SAS Viya, what is the purpose of the LIBNAME statement?A . To create a new libraryB . To import external dataC . To assign a library referenceD . To delete a libraryView AnswerAnswer: C
Which of the following statements about the CAS server is true?
Which of the following statements about the CAS server is true?A . CAS data is AES256 encrypted by default.B . CAS can execute R programs.C . CAS integrates with many open source languages.D . CAS natively runs base SAS programs.View AnswerAnswer: C