Multiple choice technology programming languages

Some of the dataset options are

  1. print the observations of the dataset

  2. renaming variables

  3. selecting only the first or last n observations for processing

  4. dropping variables from processing or from the output data set

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

SAS dataset options modify data set processing without altering the original data. These options are specified in parentheses after the data set name. The rename= option changes variable names, drop= excludes variables, and firstobs=/obs= control which observations to process. Printing observations is not a dataset option but a PROC PRINT action.