最新的SASInstitute SAS Viya Intermediate Programming - A00-420免費考試真題
In SAS Viya, what is the purpose of the SAS Studio application?
正確答案: D
Which program will display ODS output?
正確答案: A
Which statement is used to define a user-defined format in SAS Viya?
正確答案: A
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?
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?
正確答案: B
Which CAS statement is used to create a new column in a CAS table?
正確答案: D
Which action loads the cars.csv file from the casuser caslib into memory?
正確答案: A
Which PROC TRANSPOSE step will execute entirely in CAS?
正確答案: C
Which CAS action is used to create a new CASLIB?
正確答案: A
Which CAS statement is used to load data from an external file into a CAS table?
正確答案: A
After submitting the following SAS program, the log below is created.
Code:
proc casutil;
droptable incaslib='primary_school' casdata="teachers";
quit;
Log:
ERROR: The table teachers could not be located in caslib primary_school of Cloud Analytic Services.
ERROR: The action stopped due to errors.
Why is the table not dropped?
Code:
proc casutil;
droptable incaslib='primary_school' casdata="teachers";
quit;
Log:
ERROR: The table teachers could not be located in caslib primary_school of Cloud Analytic Services.
ERROR: The action stopped due to errors.
Why is the table not dropped?
正確答案: C
Which CASL program will create the sample2 table in the casuser caslib?
正確答案: C
When loading a data set into memory using PROC CASUTIL and the LOAD statement, what option will set the in-memory table's scope to GLOBAL?
Enter your answer in the space below: _________
Enter your answer in the space below: _________
正確答案:
promote
Which CAS action is used to identify potential duplicate records in a CAS table?
正確答案: B
What is the purpose of the GROUP BY clause in SQL programming?
正確答案: C
In PROC CASUTIL, what does the LOAD FILE= statement do?
正確答案: C