Non-LISTING destinations do not honor some PROC REPORT options


The following options are ignored in the ODS HTML, RTF, and PRINTER destinations:

The BREAK and RBREAK statement options OL, DOL, UL, DUL, and SKIP are not honored in non-LISTING ODS output. To simulate the SKIP option, a LINE statement can be used in a COMPUTE BEFORE or COMPUTE AFTER block. For example, LINE ' '; will create a blank line at the specified break location. To simulate the OL and UL options, see SAS Note 42743.

The HEADSKIP, HEADLINE, LS, PANELS, PSPACE, and SPACING options on the REPORT statement are also ignored in the HTML, PRINTER (PCL/PS/PDF), and RTF destinations.

Additionally, ODS destinations other than LISTING ignore WIDTH on the DEFINE statement and COLWIDTH on the PROC REPORT statement. In order to control column width within ODS destinations other than LISTING, use the STYLE(COLUMN)=[CELLWIDTH=n], where N is the desired number of pixels, measurement units (in, cm, etc.), or percentage (n%).