Define the group and analysis variables. Because the definitions of all report items in this report include the NOPRINT option, PROC REPORT does not print a report. However, the PROC REPORT step does execute and create an output data set.


   define manager / group noprint;
   define sales / analysis sum noprint;
run;