Specify the title. SYSDATE is an automatic macro variable
that returns the date when the SAS job or SAS session began. The TITLE statement
uses double rather than single quotation marks so that the macro variable
resolves.
title "Sales Figures for Smith on &sysdate";
run;