In the space provided, enter the text for ensuring the table is available to any subsequent CAS session.

In the space provided, enter the text for ensuring the table is available to any subsequent CAS session. table.loadTable / caslib="public", path="sales.xlsx", casOut={caslib="public", name="sales",______=true};View AnswerAnswer: promote

August 11, 2024 No Comments READ MORE +

Which CAS action is used to calculate the standard deviation, variance, and range for numeric variables in a CAS table?

Which CAS action is used to calculate the standard deviation, variance, and range for numeric variables in a CAS table?A . cas.stddevB . cas.varianceC . cas.rangeD . cas.statisticsView AnswerAnswer: D

August 11, 2024 No Comments READ MORE +

What is the main purpose of the DATA step in SAS Viya?

What is the main purpose of the DATA step in SAS Viya?A . Creating plots and graphsB . Importing and exporting dataC . Performing statistical analysisD . Transforming and manipulating dataView AnswerAnswer: D

August 11, 2024 No Comments READ MORE +

What is the primary programming language used in SAS Viya?

What is the primary programming language used in SAS Viya?A . SASB . RC . PythonD . JavaView AnswerAnswer: A

August 11, 2024 No Comments READ MORE +

How many bytes are used to store the value "Inez" in the column FirstName?

A CAS table has a CHAR column called FirstName with a length of 10. How many bytes are used to store the value "Inez" in the column FirstName?A . 4 bytesB . 8 bytesC . 10 bytesD . 20 bytesView AnswerAnswer: C

August 10, 2024 No Comments READ MORE +

Which CAS action is used to calculate the frequency and percentage of values for categorical variables in a CAS table?

Which CAS action is used to calculate the frequency and percentage of values for categorical variables in a CAS table?A . cas.frequenciesB . cas.countsC . cas.histogramD . cas.summaryView 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 +

If a dictionary named res contains a table named fetch, which statement will print the table?

If a dictionary named res contains a table named fetch, which statement will print the table?A . if res="fetch" then print res.fetch;B . if res contains "fetch" then print res.fetch;C . if dim(res, "fetch") > 0 then print res.fetch;D . if exists(res, "fetch") then print res.fetch;View AnswerAnswer: D

August 10, 2024 No Comments READ MORE +

Which DATA step program produced the above log output?

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...

August 10, 2024 No Comments READ MORE +

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

Which CAS action is used to calculate 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 +