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 ...
The NEW option tells SAS to overwrite OUTPUT LISTING B if it already exists. To specify print format or other characteristics for an external file, or to specify the same external file several times ...