Adding Titles and Correcting Page Breaks after Copying Output Objects to a New Document

Taking a closer look at the PDF file in Figure 11.19 shows that only the BYLINE titles appear in the document and that some of the page breaks need to be removed. The following PROC DOCUMENT step removes page breaks, inserts appropriate page breaks, and inserts the desired titles.

proc document name=work.newsaldoc; obpage \Central_America#1\Mexico#1\Summary#1 / after delete; obpage \Central_America#1\Mexico#1\OneWayFreqs#1 / delete; obpage \US_Canada#1\Canada#1\Summary#1 / after delete; obpage \US_Canada#1\Canada#1\OneWayFreqs#1 / delete; obpage \US_Canada#1\Canada#1\Summary#1; obpage \US_Canada#1\United_States#1\Summary#1; obpage \US_Canada#1\United_States#1\Summary#1 ...

Get Output Delivery System: The Basics and Beyond now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.