SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 33299: Overlay of the axis labels might occur in the monthly and weekly trend reports

DetailsHotfixAboutRate It

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.

Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money Laundering Alert Generation ServerMicrosoft® Windows® for x642.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Windows Vista2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled AIX2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled HP-UX2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled Solaris2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Linux2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
* 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.