Usage Note 9474: CPPLOT1 missing data with TYPE=STACKPCT plot
When there is missing data using the TYPE=STACKPCT plot option, the
missing data is erroneously set to zero. This produces an inaccurrate
plot: instead of skipping the missing values, the plot connects
through a zero value.
To circumvent this problem, make a backup copy of the IT Service Vision
macro CPCONV and then make the following change (line 529):
FROM THIS:
else _cpname[ _cptype ] = 0 ;
TO THIS:
else _cpname[ _cptype ] = total ;
This problem will be fixed in a future release of IT Service Vision.
Operating System and Release Information
| SAS System | SAS IT Resource Management-Server | Microsoft Windows NT Workstation | 2.5 | | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 2.5 | | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 2.5 | | 8.2 TS2M0 | |
| 64-bit Enabled Solaris | 2.5 | | 8.2 TS2M0 | |
| Solaris | 2.5 | | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 2.5 | | 8.2 TS2M0 | |
| z/OS | 2.5 | | 8.2 TS2M0 | |
| 64-bit Enabled AIX | 2.5 | | 8.2 TS2M0 | |
| HP-UX | 2.5 | | 8.2 TS2M0 | |
| 64-bit Enabled HP-UX | 2.5 | | 8.2 TS2M0 | |
| Tru64 UNIX | 2.5 | | 8.2 TS2M0 | |
| AIX | 2.5 | | 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: | Usage Note |
| Priority: | |
| Topic: | System Administration ==> Servers
|
| Date Modified: | 2003-02-21 13:44:19 |
| Date Created: | 2003-02-21 12:37:56 |