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 ...
This example shows how to determine the names and labels of the output objects that a procedure creates. You can use this information to select and exclude output objects (see Selecting Output for the ...