A00-420 無料問題集「SASInstitute SAS Viya Intermediate Programming」

Given the following SAS program?
caslib _all_ assign;
proc sgplot data=casuser.cars;
vbar Make;
run;
What will the program do?

Given the following CASL program:
proc cas;
table.tableInfo result=res / caslib="casuser";
do row over res.tableInfo;
print row;
end;
run;
quit;
Which statement best describes the variable row in the above program?

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;
正解:
dim(cars)
Which statement is used to sort a SAS dataset in ascending order?

In the DATA step, which statement is used to conditionally execute code?

You want to use the MEANS procedure to summarize data using the CAS server.
Which statement is true?

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

Given the following array: x= {"May", "August", "September"};
What is the correct reference to the element containing the value May?

How can you rename a CAS table in CAS?

In SAS Viya, what is the purpose of the LIBNAME statement?

Which statement correctly creates a global caslib called mycas that is connected to the
/workshop/data location?

Which SAS Viya component is responsible for storing and managing user-defined formats?

Which function is used to calculate the mean of a variable in SAS Viya?

Which SAS Viya component provides self-service data preparation capabilities?

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡