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 ...
select employee_title as title, avg(employee_years), freq(employee_id) from sql.employee group by title order by title; where SQL is the libref for a remote SAS ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results