News

proc sql; select distinct lastname label "Took Orders", takenby, count (shipped) as ordship from vlib.allemp, vlib.allordr where takenby=empid group by takenby having ordship=6; ...
The DICTIONARY tables component is specified in the FROM clause of a SELECT statement. DICTIONARY is a reserved libref for use only in PROC SQL. Data from DICTIONARY tables are generated at run time.