Generate the slide and define additional text. BORDER draws a box around the entire graphics output area. CFRAME= draws a red box around the procedure output area. WFRAME= specifies the thickness of the frame. The first NOTE statement, which has no text, simply leaves a large blank line above the text specified by the second NOTE statement. The second JUSTIFY= causes a line break.
proc gslide border
            cframe=red
            wframe=4;
   note height=20;
   note height=10
        justify=center 'Goals and strategies'
        justify=center 'for the coming year';
run;
quit;