Specify the title and footnote. The macro variable NUM resolves to the number of respondents. The FOOTNOTE statement uses double rather than single quotation marks so that the macro variable will resolve.


   title 'Source of Company Name';
   footnote "Number of Respondents: &num";
run;