DATA Subcommand (GET SAS command)

DATA specifies the file that contains the SAS dataset to be read.

DSET (dataset) . Dataset to be read. Specify the name of the dataset in parentheses. If the specified dataset does not exist in the SAS file, GET SAS displays a message informing you that the dataset was not found.

Example

GET SAS DATA='/data/elect.sd7' DSET(Y1948).