![]() | ![]() | ![]() | ![]() | ![]() |
In the generated graph from the monthly_trend_report and weekly_trend_report macros, the axis labels might be overlaid by the axis variables. In some international locales the formatted display of these variables are longer, thus increasing the overlay.
Select the Hot Fix tab in this note to access the hot fix for this issue.
To overcome this problem, new macros are added to turn off the x and y axis labels.
In the batch_report.sas program, add the following statement before the call to the trend report macros, to disable the x-axis label:
%let display_x_axis_label_YN = N
Likewise, add the following statement before the macro calls to disable the y-axis label:
%let display_y_axis_label_YN = N;
The default value for both of the macro variables is
Y.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Anti-Money Laundering Alert Generation Server | Microsoft® Windows® for x64 | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows 2000 Datacenter Server | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows 2000 Server | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows 2000 Professional | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows NT Workstation | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows Server 2003 Datacenter Edition | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows Server 2003 Enterprise Edition | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows Server 2003 Standard Edition | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Microsoft Windows XP Professional | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Windows Vista | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
64-bit Enabled AIX | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
64-bit Enabled HP-UX | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
64-bit Enabled Solaris | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 | ||
Linux | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |