Enable Accounting
To enable accounting, insert the following statement into the server configuration file (edaserve.cfg):
smf_recno=smfnumber
where:
smfnumber
Is an integer in a range from 128 to 255, inclusive. This number represents the SMF number used by the accounting facility when it sends records to the SMF system.
By default, both RECTYPE pairs will be created when accounting is enabled. You can override the default by coding the following parameter on edaserve.cfg:
smf_subtype = {all|logon|query}
where:
all
Cuts all records. This is the default.
logon
Cuts logon records only (RECTYPE pair 1 and 2).
query
Cuts query records only (RECTYPE pair 4 and 5).