Problem Note 20205: Inline formatting commands SUPER and SUB add spaces in ODS RTF
The SUPER and SUB inline formatting instructions add a space to the
right of any text superscript or subscript in ODS RTF output.
The following code demonstrates the problematic behavior:
ods escapechar='^';
ods rtf file='test.rtf';
proc report data=sashelp.class nowd;
define age / display "AGE(^{super%sysfunc(byte(186))})";
run;
ods rtf close;
The current circumvention is to remove the space in Microsoft Word.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows XP Professional | 8.2 TS2M0 | 9.2 |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Microsoft Windows NT Workstation | 8.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 8.2 TS2M0 | 9.2 |
| Microsoft Windows Server 2003 Enterprise Edition | 8.2 TS2M0 | 9.2 |
| Microsoft Windows Server 2003 Standard Edition | 8.2 TS2M0 | 9.2 |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | |
| OpenVMS VAX | 8.2 TS2M0 | |
| Solaris | 8.2 TS2M0 | 9.2 |
| 64-bit Enabled Solaris | 8.2 TS2M0 | 9.2 |
| z/OS | 8.2 TS2M0 | 9.2 |
| OS/2 | 8.2 TS2M0 | |
| IRIX | 8.2 TS2M0 | 9.2 |
| Linux | 8.2 TS2M0 | 9.2 |
| 64-bit Enabled HP-UX | 8.2 TS2M0 | 9.2 |
| HP-UX | 8.2 TS2M0 | 9.2 |
| ABI+ for Intel Architecture | 8.2 TS2M0 | 9.2 |
| CMS | 8.2 TS2M0 | |
| OpenVMS Alpha | 8.2 TS2M0 | |
| Tru64 UNIX | 8.2 TS2M0 | 9.2 |
| 64-bit Enabled AIX | 8.2 TS2M0 | |
| AIX | 8.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2007-05-15 09:30:02 |
| Date Created: | 2007-05-15 09:21:54 |