Select the columns and the table from which the data is obtained. The SELECT clause selects all columns from the table in the FROM clause,
PROCLIB.STAFF.
proc sql;
title "Employees Whose Last Name Sounds Like 'Johnson'";
select idnum, upcase(lname), fname
from proclib.staff