Display the annotate graphics on the slide with the title and footnotes. The GSLIDE procedure displays the graphics elements drawn by the commands in the Annotate data set specified by the ANNOTATE= option.


proc gslide annotate=art
            border
            wframe=6
            cframe=red;
run;
quit;