Changing Titles and Page Breaks

Before we remove the page breaks, we have to know the name of the output object that has the page break. A previous example demonstrates how to list the contents of a document store with the LIST statement in PROC DOCUMENT. Figure 11.14 shows the results of the LIST statement applied to document store WORK.NEWHR. This report lists the output objects and their internal names. Using the information from the LIST statement, the following PROC DOCUMENT step changes the titles and page breaks with the OBSTITLE and OBPAGE statements.

proc document name=work.newHR; obstitle \Central_America#1\Mexico#1\Summary#1; obstitle \US_Canada#1\Canada#1\Summary#1; obstitle \US_Canada#1\United_States#1\Summary#1; obpage \Central_America#1\Mexico#1\OneWayFreqs#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.