Generate the slide and define additional text. The BORDER option draws a box around the entire graphics output area. The CFRAME= option draws a red box around the procedure output area. The WFRAME= option specifies the thickness of the frame. The COLOR= option specifies the color of the note text. 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= option causes a line break.
proc gslide border cframe=red wframe=4; note height=5; note height=3 justify=center color="white" "Goals and strategies" justify=center "for the coming year"; run; quit;