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