Problem Note 33937: Customizations to the MXG member IMACUOW are required when processing SMF type 110 records with SASĀ® IT Resource Management
When processing the XCICSUM table with SAS® IT Resource Management, you must customize the MXG member IMACUOW to override the default behavior of the ASUMUOW member. This member sorts and merges a large amount of data and sets the SAS System option OBS=0 by default, which results in zero observations in the XCICSUM table.
One way to override this behavior is to copy and modify the IMACUOW member. To perform this modification, uncomment the _NOOBS and _YESOBS macros by adding a "*/" and "/*" at the end and beginning of the two comment lines, in the following manner:
/*BEGIN COMMENT OBS. FINISH THIS COMMENT TO CREATE OBS IN ASUMUOW*/
MACRO _NOOBS %
MACRO _YESOBS %
/*END COMMENT OBS. START THIS COMMENT TO CREATE OBS IN ASUMUOW*/
Consult the documentation inside the MXG IMACUOW member to ensure that there are not any additional changes that are applicable to your site.
Operating System and Release Information
SAS System | SAS IT Resource Management-Server | z/OS | 2.7 | | 9.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.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-02-02 14:48:36 |
Date Created: | 2008-11-14 17:09:15 |