October 2009
Beginner
636 pages
13h 35m
English
In Chapter 4, we showed how to use RTF control strings or field codes in the creation of RTF output. One frequent requirement when producing academic reports is to create the type of report where a line appears above the first footnote on the page.
In SAS 9.1.3 and SAS 9.2, this can be accomplished using ODS ESCAPECHAR syntax with the PRETEXT= attribute. In SAS 9.2, the {STYLE} form of the ODS ESCAPECHAR syntax does not work. The relevant RTF control string for altering a cell border is as follows:
\brdrt\brdrs\brdrw1
If you were developing reports for production use, you would not want to always put the RTF control string into your FOOTNOTE statement. It would make more sense to put the RTF control ...
Read now
Unlock full access