A00-420 Exam Question 6

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: _________

A00-420 Exam Question 7

Which variables must be included in the CAS table that stores DATA step code to be executed by the dataStep.runCodeTable action?
  • A00-420 Exam Question 8

    Which statement is used to define a user-defined format in SAS Viya?
  • A00-420 Exam Question 9

    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?
  • A00-420 Exam Question 10

    Assume all caslib names follow libref naming conventions.
    Which code assigns librefs of the same name to each caslib?