問題1
Which statement is true about the Compute Server?
Which statement is true about the Compute Server?
正確答案: C
問題2
Given the following array: x={"May", "August", "September"};
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?
正確答案: B
問題3
In SAS Viya, what is the purpose of the LIBNAME statement?
In SAS Viya, what is the purpose of the LIBNAME statement?
正確答案: B
問題4
Which statement is FALSE regarding loading data into CAS?
Which statement is FALSE regarding loading data into CAS?
正確答案: A
問題5
What is the purpose of the SAS Explorer in SAS Studio?
What is the purpose of the SAS Explorer in SAS Studio?
正確答案: B
問題6
Which statement is true about SAS Viya?
Which statement is true about SAS Viya?
正確答案: A
問題7
Which CAS action is used to perform data transformations, such as creating new variables or modifying existing variables?
Which CAS action is used to perform data transformations, such as creating new variables or modifying existing variables?
正確答案: B
問題8
Which CAS-enabled procedure is used to perform data manipulation operations like filtering and transforming data?
Which CAS-enabled procedure is used to perform data manipulation operations like filtering and transforming data?
正確答案: D
問題9
Which CAS action is used to compute derived variables or transformations on variables in a CAS table?
Which CAS action is used to compute derived variables or transformations on variables in a CAS table?
正確答案: B
問題10
Given that this program:
simple.numRows /
table={caslib="casuser",name="cars"};
produces this output in the Log:
{numrows=428}
Which program produces the following output in the Log?
Table casuser.cars has 428 rows.
Given that this program:
simple.numRows /
table={caslib="casuser",name="cars"};
produces this output in the Log:
{numrows=428}
Which program produces the following output in the Log?
Table casuser.cars has 428 rows.
正確答案: B
問題11
What is the purpose of the LIBNAME statement in SAS Viya?
What is the purpose of the LIBNAME statement in SAS Viya?
正確答案: C
問題12
Which CAS action is used to execute SQL queries in SAS CAS?
Which CAS action is used to execute SQL queries in SAS CAS?
正確答案: C
問題13
Which CAS statement is used to load data from an external file into a CAS table?
Which CAS statement is used to load data from an external file into a CAS table?
正確答案: D
問題14
Which SAS program will list tables contained in caslib public?
Which SAS program will list tables contained in caslib public?
正確答案: A