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 ...
Print the number of observations in the data set, in BY groups, or both, and specify explanatory text to print with the number N= Suppress the column in the output that identifies each observation by ...