October 2009
Beginner
636 pages
13h 35m
English
Back in Chapter 3, "HTML Output," there was an example that showed how to remove the procedure labels from an HTML table of contents. By using the ODS PROCLABEL statement, we were able to remove the text labels such as "The MEANS Procedure" and "The PRINT Procedure" from the table of contents listing.
Using a blank for the PROCLABEL setting (ODS PROCLABEL ' '), you can create the Web page shown in Figure 16.14. The procedure labels have now been removed. The problem is that although the unwanted text in the table of contents is gone, the number for that item is still in place. The "1." is still displayed. To get rid of the "1.", you can't use a simple ODS command. This functionality ...
Read now
Unlock full access