Generate a text slide with PROC GSLIDE and output to GRAFCAT. Define a title and a footnote for the container output.


proc gslide gout=grafcat;
   title c=purple "Common Title";
   footnote c=blue "Common Footnote";
run;