A00-420 Exam Question 36

Which CAS action is used to calculate the sum, minimum, maximum, and mean for numeric variables in a CAS table?
  • A00-420 Exam Question 37

    Which CAS action is used to aggregate data at a higher level of granularity in a CAS table?
  • A00-420 Exam Question 38

    Given the CAS table casuser.shoes and the following SAS program:
    data casuser.shoes2(where=(region="Africa" and Product="Slipper"));
    set casuser.shoes;
    keep Region Product Sales;
    run;
    Which statement is true?
  • A00-420 Exam Question 39

    Which CAS statement is used to load data from an external file into a CAS table?
  • A00-420 Exam Question 40

    What is the file extension used for SAS Viya programs?