Multiple choice technology programming languages

Proc Dataset cannot be used for which of the following task?

  1. Display the variable(s) information

  2. Manage Index on Dataset

  3. Rename SAS Dataset

  4. Manipulate Password

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Proc Dataset in SAS is used for managing and manipulating SAS datasets, including operations like renaming datasets and managing indexes. However, displaying variable information within a dataset is not a primary function of Proc Dataset - that task is typically handled by Proc Contents or Proc Print.