RESET changes the procedure environment without stopping and restarting
PROC SQL. The DOUBLE option double-spaces the output. (The DOUBLE option has
no effect on ODS output.) The SELECT clause selects all columns from the newly
created table, PROCLIB.NEWPAY.
reset double;
title 'Personnel Data';
select *
from proclib.newpay;