Which code assigns librefs of the same name to each caslib?

Assume all caslib names follow libref naming conventions. Which code assigns librefs of the same name to each caslib?A . caslib _all_ assign;B . caslib assign _all_;C . caslib libref assign;D . caslib assign libref;View AnswerAnswer: A

August 11, 2024 No Comments READ MORE +

Which action loads the cars.csv file from the casuser caslib into memory?

Which action loads the cars.csv file from the casuser caslib into memory?A . table.loadTable / caslib="casuser" , path="cars.csv";B . table.loadTable / table={caslib="casuser", path="cars.csv"};C . table.upload / caslib="casuser" , path="cars.csv";D . table.upload / table={caslib="casuser", path="cars.csv"};View AnswerAnswer: A

August 11, 2024 No Comments READ MORE +

Which SAS Viya component is responsible for executing CAS-enabled procedures?

Which SAS Viya component is responsible for executing CAS-enabled procedures?A . CAS serverB . SAS StudioC . SAS Metadata ServerD . SAS Data ConnectorView AnswerAnswer: A

August 11, 2024 No Comments READ MORE +

Which CAS-enabled procedure is used to combine multiple CAS tables based on a common key variable?

Which CAS-enabled procedure is used to combine multiple CAS tables based on a common key variable?A . CASMERGEB . CASCOMBINEC . CASTABLED . CASEJOINView AnswerAnswer: A

August 10, 2024 No Comments READ MORE +

What is the purpose of the SET statement in the DATA step?

What is the purpose of the SET statement in the DATA step?A . To define the input data sourceB . To create a new variableC . To specify conditional logicD . To apply formatting to variablesView AnswerAnswer: A

August 10, 2024 No Comments READ MORE +

Which CAS-enabled procedure is used for data exploration and visualization?

Which CAS-enabled procedure is used for data exploration and visualization?A . PROC MEANSB . PROC SQLC . PROC FREQD . PROC SGPLOTView AnswerAnswer: D

August 10, 2024 No Comments READ MORE +

What is the file extension used for SAS Viya programs?

What is the file extension used for SAS Viya programs?A . sasB . pyC . sqlD . viyaView AnswerAnswer: A

August 10, 2024 No Comments READ MORE +

Which CAS action is used to compute the frequency distribution of a categorical variable in a CAS table?

Which CAS action is used to compute the frequency distribution of a categorical variable in a CAS table?A . cas.frequencyB . cas.distributionC . cas.histogramD . cas.tabulateView AnswerAnswer: D

August 10, 2024 No Comments READ MORE +

Which CAS action is used to create a new variable in a CAS table based on a conditional expression?

Which CAS action is used to create a new variable in a CAS table based on a conditional expression?A . cas.deriveB . cas.calculateC . cas.transformD . cas.generateView AnswerAnswer: A

August 10, 2024 No Comments READ MORE +

Which statement will show all available caslibs in the log?

Which statement will show all available caslibs in the log?A . caslib listall;B . caslib all list;C . caslib list;D . caslib _all_ list;View AnswerAnswer: D

August 9, 2024 No Comments READ MORE +