October 2009
Beginner
636 pages
13h 35m
English
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 ...
Read now
Unlock full access