Hi: You may need to use the STARTPAGE=NOW command to issue an immediate "page break". Or, you may need to "pad" a TABULATE with a few blank lines using ODS TEXT= statements. Just as I issued ** set ODS PDF STARTPAGE=NO; ods pdf startpage=no; run; you may want to try: ** set ODS PDF STARTPAGE=NOW; ods pdf startpage=now; run; before your sections. At this point, the way that pages are breaking are dependent on your data and how big your tables are, etc, etc. You might want to open a track with Tech Support because they can look at your exact data and if you are not running SAS 9.3, they can replicate your version of SAS to help you come to the right solution for your data and your version of SAS. cynthia
... View more