ods pdf file="c:\MyPDF.pdf"; goptions reset=all ftext=ariel htitle=6 htext=3; title 'Information for your Main Title'; proc gslide border ; note height=10; note height=5 justify=center 'Smaller Narrative'; run; quit; /* Import your graphics here, uncomment out below... */ title 'Import Picture Below'; *%let gif1=_PR_Mort.gif; *goptions reset=all imagestyle=fit iback="&gif1"; proc gslide border ; run; goptions reset=all ftext=ariel htitle=6 htext=3; title 'Information for your Next Page'; proc gslide border ; note height=10; note height=5 justify=center 'More Narrative'; run; quit; ods pdf close;