A report definition may differ from the SAS program that creates the report. In particular, PROC REPORT stores neither WHERE statements nor TITLE statements.
   where manager='1';
   title "Sales Figures for Smith on &sysdate";
run;