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 ...
An access descriptor only describes a DBMS table's format and contents to SAS software; that is, it is a master file of the table's information for SAS software. You cannot use an access descriptor in ...