The TITLE and FOOTNOTE statements specify the title and footnote. The macro variable NUM resolves to the number of respondents. The FOOTNOTE statement uses double rather than single quotes so that the macro variable will resolve.
   title 'Source of Company Name';
   footnote "Number of Respondents: &num";
run;