Which CAS action is used to validate the integrity of relationships between variables in a CAS table?

Which CAS action is used to validate the integrity of relationships between variables in a CAS table?A . cas.integrityB . cas.relationshipC . cas.validateD . cas.linkView AnswerAnswer: B

July 31, 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

July 31, 2024 No Comments READ MORE +

Which program will display ODS output?

Which program will display ODS output?A . proc cas; print casuser.class; quit;B . proc cas; simple.summary / table={caslib="casuser" name="class"}; quit;C . proc mdsummary data=casuser.class; var height; output out=casuser.result; run;D . proc cas; table.fetch result=r / table={caslib="casuser" name="class"}; quit;View AnswerAnswer: B

July 31, 2024 No Comments READ MORE +

Which CAS-enabled procedure is used to perform data exploration and summarization?

Which CAS-enabled procedure is used to perform data exploration and summarization?A . CASUTILB . CASDATAC . CASSTATD . CASPROCView AnswerAnswer: C

July 31, 2024 No Comments READ MORE +

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

Which CAS action is used to delete rows from a CAS table?A . DELETEB . DROP TABLEC . EXPORTD . ALTER TABLEView AnswerAnswer: A

July 31, 2024 No Comments READ MORE +

Which CAS action is used to rename variables in a CAS table?

Which CAS action is used to rename variables in a CAS table?A . cas.renameB . cas.modifyC . cas.alterD . cas.changeView AnswerAnswer: A

July 31, 2024 No Comments READ MORE +

Which DATA step feature is NOT supported in CAS?

Which DATA step feature is NOT supported in CAS?A . DO LoopsB . GIT functionsC . ArraysD . IF-THEN/ELSE statementsView AnswerAnswer: B

July 31, 2024 No Comments READ MORE +

Using the altertable action, which is the correct statement to rename the make column to veh_make in a CAS table?

Using the altertable action, which is the correct statement to rename the make column to veh_make in a CAS table? proc cas; table.altertable / caslib="casuser", name="cars", <enter code segment here>; quit;A . columns={name="make" = "veh_make"};B . columns=[[name="make" , rename="veh_make"]];C . columns={{rename="make" , name="veh_make"}};D . columns={{name="make" , rename="veh_make"}};View AnswerAnswer: D

July 31, 2024 No Comments READ MORE +

What is the correct reference to the element containing the value May?

Given the following array: x={"May", "August", "September"}; What is the correct reference to the element containing the value May?A . x[0]B . x[1]C . x.get(0)D . x.get(1)View AnswerAnswer: B

July 31, 2024 No Comments READ MORE +

Which CAS-enabled procedure is used for descriptive statistics and data summarization?

Which CAS-enabled procedure is used for descriptive statistics and data summarization?A . PROC MEANSB . PROC SQLC . PROC FREQD . PROC GLMView AnswerAnswer: A

July 31, 2024 No Comments READ MORE +