최신 A00-420 무료덤프 - SASInstitute SAS Viya Intermediate Programming
Given the dictionary myDict defined using the following statement: mydict = {age = 16, characteristics = {hair = "dark", eyes = "brown"}}; Which code segment correctly assigns the value brown to the variable x?
정답: C
Which SAS procedure is used for generating descriptive statistics?
정답: C
Which statement will show all available caslibs in the log?
정답: B
Which CAS-enabled procedure is used to fit regression models?
정답: B
Given an array cars with an unknown number of elements, use a CASL function to complete the following program segment to complete the DO loop:
do i=1 to _________
;
print cars[i];
end;
do i=1 to _________
;
print cars[i];
end;
정답:
dim(cars)
Which CAS action is used to perform aggregations and summary statistics in the DATA step?
정답: B
Which PROC MDSUMMARY step produces results?
정답: B
Complete the SAS program below to generate a table named cost_cont in the casuser caslib that contains the statistics for each value of continent.
proc mdsummary data=casuser.orders;
var cost;
groupby continent /_______;
run;
proc mdsummary data=casuser.orders;
var cost;
groupby continent /_______;
run;
정답:
casuser.cost_cont
What is the purpose of the LIBNAME statement in SAS Viya?
정답: D
Which CAS action is used to export data from the CAS environment?
정답: C
Which SAS Viya component is responsible for executing CAS-enabled procedures?
정답: C
Which statement is FALSE regarding loading data into CAS?
정답: C
Which CAS action is used to create a new variable in a CAS table based on a conditional expression?
정답: B
Which CAS action is used to perform a cross-tabulation of two categorical variables in a CAS table?
정답: C
How can you associate a user-defined format with a variable in SAS?
정답: B
Which PROC CAS step will transpose the CLASS table so that the values of the NAME column are used to create the column names in the output table?
정답: C
Which statement is true about the Compute Server?
정답: B
Which DATA step function is used to concatenate character variables in CAS programming?
정답: B