Which SAS Viya component provides self-service data preparation capabilities?

Which SAS Viya component provides self-service data preparation capabilities?A . SAS Data PreparationB . SAS Cloud Analytic Services (CAS)C . SAS StudioD . SAS Visual AnalyticsView AnswerAnswer: A

August 5, 2024 No Comments READ MORE +

Which CAS action is used to execute a DATA step program in SAS CAS?

Which CAS action is used to execute a DATA step program in SAS CAS?A . DATAB . RUNC . SUBMITD . EXECUTEView AnswerAnswer: C

August 5, 2024 No Comments READ MORE +

Which statement is true?

Given the following program: data casuser.noInput / sessref=casauto;    x=1; run; Which statement is true?A . The DATA step runs on the SAS Compute Server.B . The DATA step runs in CAS.C . The DATA step runs on the SAS Workspace Server.D . The DATA step produces an error.View AnswerAnswer:...

August 5, 2024 No Comments READ MORE +

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

Which CAS action is used to delete a CAS table from memory?A . cas.deleteB . cas.removeC . cas.dropD . cas.discardView AnswerAnswer: C

August 5, 2024 No Comments READ MORE +

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

Which CAS-enabled procedure is used to perform clustering analysis on CAS tables?A . CASSTATB . CASCLUSTERC . CASKMEANSD . CASPROCView AnswerAnswer: B

August 5, 2024 No Comments READ MORE +

What does CAS stand for in CAS language programming?

What does CAS stand for in CAS language programming?A . Centralized Analytical SystemB . Cloud Analytic ServicesC . Clustered Analytical ServerD . Computerized Analytical SoftwareView AnswerAnswer: B

August 5, 2024 No Comments READ MORE +

Which PROC TRANSPOSE step will execute entirely in CAS?

Which PROC TRANSPOSE step will execute entirely in CAS?A . proc transpose data=casuser.table out=casuser.table_transposed; id group; run;B . proc transpose data=casuser.table out=work.table_transposed; id group; run;C . proc transpose data=work.table out=casuser.table_transposed; id group; run;D . proc transpose data=work.table out=work.table_transposed; id group; run;View AnswerAnswer: A

August 4, 2024 No Comments READ MORE +

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

Which Compute Server system option prevents inadvertently moving large in-memory tables to the Compute Server?A . MAXDATA=B . CASDATALIMIT=C . NOCOMPUTED . MAXOBS=View AnswerAnswer: B

August 4, 2024 No Comments READ MORE +

Which CAS action is used to append rows to an existing CAS table?

Which CAS action is used to append rows to an existing CAS table?A . APPENDB . LOADC . EXPORTD . ALTER TABLEView AnswerAnswer: A

August 4, 2024 No Comments READ MORE +

What is the purpose of the VALUE statement in PROC FORMAT?

What is the purpose of the VALUE statement in PROC FORMAT?A . To define the range of values for a formatB . To specify the format name and typeC . To define the appearance of formatted valuesD . To assign a format to a variableView AnswerAnswer: C

August 4, 2024 No Comments READ MORE +