![]() | ![]() | ![]() | ![]() | ![]() |
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.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS IT Resource Management-Server | z/OS | 2.7 | 9.1 TS1M3 SP4 |