Reset HSIZE= and VSIZE= to the default values and generate a text slide with PROC GSLIDE. Resetting the HSIZE and VSIZE values enables you to create a text slide with the proper aspect ratio for use in template panel 5.
goptions hsize=0in vsize=0in;
proc gslide gout=reflib.grafcat;
   title 'Common Title';
   footnote 'Common Footnote';
run;