Some of the dataset options are
Reveal answer
Fill a bubble to check yourself
Some of the dataset options are
print the observations of the dataset
renaming variables
selecting only the first or last n observations for processing
dropping variables from processing or from the output data set
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.