Hi Cynthia! I read your reply and is very interesting, I have a similar problem in which maybe you can help me I 'm reporting several graphs in a pdf report and was getting the blank page problem. I fix the blank page problem in pdf using style=printer but the graphs needs tune then I add a ods graphics so they look better but after this the blank page returns!! ods graphics on / reset=all height=7.5 in width=10.5 in border=off antialias=off; ods pdf file= "../results/all.pdf" notoc startpage=no style=printer; proc sgpanel.. panel by series . . run; ods pdf close; ods graphics off; Hope that you cna take a look and provide me a Hint. Thanks Moises
... View more