Add a note to the document.


proc document name=class;
   note addnote 'Note added to the document';
   list /levels=all;
 run;
 quit;