Many base procedures require an input SAS data set. You specify the input SAS data set using the DATA= option in the procedure statement, for example, proc print data=emp; If you omit the DATA= option ...
names the output data set that contains statistics for the last TABLES statement request. If you omit OUT=, the data set is named DATAn, where n is the smallest integer that makes the name unique.