SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 33937: Customizations to the MXG member IMACUOW are required when processing SMF type 110 records with SAS® IT Resource Management

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Resource Management-Serverz/OS2.79.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.