Join the discussion
Add Comments
- Other Question (85q)
- Q1. Which statement is true about the Compute Server?...
- Q2. Which SAS procedure is used for generating descriptive statistics?...
- Q3. What CASL data type is created from the following assignment statement? half = 1/2;...
- Q4. What is a CAS table in CAS?
- Q5. Which DATA step feature is NOT supported in CAS?...
- Q6. Which CAS-enabled procedure is used to perform text mining on CAS tables?...
- Q7. Which CAS-enabled procedure is used to perform text analytics?...
- Q8. Which CAS-enabled procedure is used for data exploration and visualization?...
- Q9. Which CAS action is used to perform outlier detection on numeric variables in a CAS table?...
- Q10. Which action from the table action set lists the files in a caslib's data source?...
- Q11. Which CAS action is used to create a new CASLIB?...
- Q12. Which CAS-enabled procedure is used to perform data partitioning?...
- Q13. Which PROC CASUTIL step suppresses error messages if the table is not found in-memory? (Ex...
- Q14. When creating SAS graphs on extremely large CAS tables, the best practice is to:...
- Q15. What is the purpose of the SELECT statement in SQL programming?...
- Q16. Which SAS Viya procedure is used for data summarization and descriptive statistics?...
- Q17. What is the purpose of the PROMOTE action in CAS?...
- Q18. Which CAS action is used to calculate the standard deviation, variance, and range for nume...
- Q19. What is the primary programming language used in SAS Viya?...
- Q20. Which statement is used to apply a user-defined format within a PROC SQL query?...
- Q21. Which table.update parameter specifies the column to update?...
- Q22. Which DATA step function is supported in CAS?
- Q23. Which CAS action is used to recode the values of a categorical variable in a CAS table?...
- Q24. Which CAS-enabled procedure is used to generate descriptive statistics for CAS tables?...
- Q25. Which CAS action is used to calculate the total count, distinct count, and missing count f...
- Q26. Which data format should be used when saving a CAS table so that it will later load into C...
- Q27. Which CAS-enabled procedure is used to perform linear regression analysis on CAS tables?...
- Q28. What is the purpose of the CNTLIN option in PROC FORMAT?...
- Q29. Which CAS-enabled procedure is used for descriptive statistics and data summarization?...
- Q30. Assume all caslib names follow libref naming conventions. Which code assigns librefs of th...
- Q31. Which statement is used to define a user-defined format in SAS Viya?...
- Q32. Given the following SAS program: proc mdsummary data=casuser.orders; var RetailPrice; outp...
- Q33. Given the following array: x={"May", "August", "September"}; What is the correct reference...
- Q34. Which SAS Viya component is responsible for storing and managing user-defined formats?...
- Q35. Given that this program: simple.numRows / table={caslib="casuser",name="cars"}; produces t...
- Q36. Which CAS action is used to convert a character variable to a numeric variable in a CAS ta...
- Q37. Which CAS-enabled procedure is used to perform data exploration and summarization?...
- Q38. Which statement is true about the CAS server?
- Q39. Which CAS action is used to rename variables in a CAS table?...
- Q40. Which CAS statement is used to perform summary statistics on a CAS table?...
- Q41. The following code is executed multiple times: data casuser.eurorders; set casuser.orders ...
- Q42. Which CAS action is used to append rows to an existing CAS table?...
- Q43. Given the following SAS program? caslib _all_ assign; proc sgplot data=casuser.cars; vbar ...
- Q44. What is the purpose of the LIBNAME statement in SAS Viya?...
- Q45. Which CAS action is used to compute descriptive statistics for numeric variables in a CAS ...
- Q46. Which SAS program will list tables contained in caslib public?...
- Q47. Which CAS action is used to select specific columns from a CAS table?...
- Q48. Which CAS action is used to format the values of a numeric variable in a CAS table?...
- Q49. Which CAS-enabled procedure is used to import data into a CAS table?...
- Q50. Which CAS-enabled procedure is used to create user-defined formats?...
- Q51. In PROC CASUTIL, what does the LOAD FILE= statement do?...
- Q52. Given the following program: data casuser.noInput / sessref=casauto; x=1; run; Which state...
- Q53. Which statement is true about the order of the rows in an output table produced by a DATA ...
- Q54. Which PROC CASUTIL statement successfully applies the regnm format to the Region column of...
- Q55. Which action loads the cars.csv file from the casuser caslib into memory?...
- Q56. Which CAS action is used to export data from the CAS environment?...
- Q57. When loading a data set into memory using PROC CASUTIL and the LOAD statement, what option...
- Q58. Which PROC CAS step will transpose the CLASS table so that the values of the NAME column a...
- Q59. Which programming language is used for SQL programming in SAS CAS?...
- Q60. Which CAS action is used to merge two or more CAS tables based on common variables?...
- Q61. Which statement is true for the table.copyTable action?...
- Q62. Which data types are supported by CAS tables?
- Q63. In SAS Viya, what is the purpose of the SAS Studio application?...
- Q64. What is the purpose of the SAS Explorer in SAS Studio?...
- Q65. DATA step performance in CAS is most affected:...
- Q66. Which CAS action is used to sort a CAS table based on one or more variables?...
- Q67. Which DATA step statement is used to read data from an external file in CAS programming?...
- Q68. Which CAS statement is used to create a new column in a CAS table?...
- Q69. Which SAS Viya procedure is used for data exploration and analysis?...
- Q70. What is the primary purpose of the DATA step in SAS CAS?...
- Q71. What is the primary advantage of using CAS-enabled procedures in SAS?...
- Q72. Which programming language is primarily used in the DATA step for CAS programming?...
- Q73. Which programming language is used in the DATA step of SAS CAS?...
- Q74. Which programming language is primarily used in CAS?...
- Q75. Which CAS action is used to merge two or more CAS tables based on a common key variable?...
- Q76. What is the primary advantage of using CAS language programming in SAS?...
- Q77. Which CAS object is used to store and manage data?...
- Q78. In SAS Viya, what is the purpose of the DATA step?...
- Q79. Complete the CASL statement below to save the result stored in r to a SAS data set named c...
- Q80. Which variables must be included in the CAS table that stores DATA step code to be execute...
- Q81. Complete the following FedSQL code to convert the character variable markup to a numeric v...
- Q82. CAS stands for:
- Q83. In the following code, complete the PRINT statement to print only rows where column begins...
- Q84. What is the syntax for submitting a SAS Viya program in SAS Studio?...
- Q85. Which CASL program will create the sample2 table in the casuser caslib?...
