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 ...
Note: Because neither CMS hosts nor OS/390 hosts use filename extensions, you must use PROC CONTENTS to determine the SAS base engine that was used to create SAS files on these hosts. Here is an ...