Note: The SQL procedure displays the variable labels as stored in the view. However, because you are referencing a view descriptor, you must use the SAS variable names in the WHERE clause, not the ...
After you assign a libref to a relational DBMS (RDBMS) using the SAS/ACCESS LIBNAME statement, you can reference this new libref in a PROC SQL statement to query, update, or delete RDBMS data. You can ...