Usage Note 43382: Right-to-left output is not correct in reports
In SAS® Enterprise GRC, reports are not being displayed right-to-left for language configurations that expect right-to-left output. To correct the problem, you need to follow these steps.
- Apply the hot fix that is referenced in SAS note
40706
"Non-Listing output left justifies data containing bi-directional
languages".
In the orm_ods_template_style macro that is coded in each report, make the
following code replacement.
Remove this code.
%if &_odsdest=PDF %then
%do;
%let monitor_style=normal;
%end;
%else
%do;
proc template;
define style orm_altered_normal;
parent = Styles.normal;
style Default from Default /
padding = 0
;
style Document from Document /
linkcolor = _undef_
activelinkcolor = _undef_
visitedlinkcolor = _undef_
;
end;
run;
%let monitor_style=orm_altered_normal;
%end;
Substitute this code in place of the code that was removed.
%let monitor_style=normal;
Operating System and Release Information
SAS System | SAS Enterprise GRC | Microsoft® Windows® for x64 | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Standard Edition | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 for x64 | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2008 | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2008 for x64 | 4.2 | | 9.2 TS2M3 | |
Microsoft Windows XP Professional | 4.2 | | 9.2 TS2M3 | |
Windows 7 Enterprise 32 bit | 4.2 | | 9.2 TS2M3 | |
Windows 7 Enterprise x64 | 4.2 | | 9.2 TS2M3 | |
Windows 7 Home Premium 32 bit | 4.2 | | 9.2 TS2M3 | |
Windows 7 Home Premium x64 | 4.2 | | 9.2 TS2M3 | |
Windows 7 Professional 32 bit | 4.2 | | 9.2 TS2M3 | |
Windows 7 Professional x64 | 4.2 | | 9.2 TS2M3 | |
Windows 7 Ultimate 32 bit | 4.2 | | 9.2 TS2M3 | |
Windows 7 Ultimate x64 | 4.2 | | 9.2 TS2M3 | |
Windows Vista | 4.2 | | 9.2 TS2M3 | |
Windows Vista for x64 | 4.2 | | 9.2 TS2M3 | |
64-bit Enabled AIX | 4.2 | | 9.2 TS2M3 | |
64-bit Enabled Solaris | 4.2 | | 9.2 TS2M3 | |
HP-UX IPF | 4.2 | | 9.2 TS2M3 | |
Linux for x64 | 4.2 | | 9.2 TS2M3 | |
Solaris for x64 | 4.2 | | 9.2 TS2M3 | |
*
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.
Date Modified: | 2011-06-02 11:52:51 |
Date Created: | 2011-05-31 15:48:50 |