Usage Accounting and APF Authorization

If FOCUS is installed with MSO on your system, MSO usage accounting must be enabled for the SmartMode monitoring process. You must add a statement to the MSO startup JCL, and you should also be aware of how reentrancy functions under MSO.

In this section:

MSO Usage Accounting

APF Authorization Considerations


Top of page

MSO Usage Accounting

In order for SmartMode to collect proper usage statistics, usage accounting must be initiated in a server.

To enable MSO usage accounting, you must alter the SMFNUM parameter in the MSO configuration file. The MSO system library must be authorized as an Authorized Program Facility (APF) library. MSO usage accounting is described in greater detail in the MSO Installation and Technical Reference Guide.

To enable accounting, insert the following statement into the server configuration file

SMFNUM=smfnumber 

where:

smfnumber
Is an integer value from 128 through 255. This number represents the SMF number used by the accounting facility. If the SMF number is set to 0, no SMF records are created.


Top of page

APF Authorization Considerations

The SmartMode load library, SMARTLIB.LOAD, can be defined as an APF library by setting the parameter APFAUTH to INTERNAL (APFAUTH=INTERNAL) in the server configuration file. For additional information about the SMFNUM parameter, see the MSO Installation and Technical Reference Guide.


Information Builders