Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

ACCOUNT - define the accounting functions

The ACCOUNT control statement allows you to define:

  • whether the accounting or calculation phase of the UTM accounting is to be activated at the start of the UTM application,

  • when an accounting record is written,

  • the weighting with which resources are to be evaluated in the accounting phase.

If the ACCOUNT control statement is not specified, then this has the same effect as ACCOUNT ACC=NO. Only the first ACCOUNT statement of a KDCDEF run is evaluated.

UTM accounting can also be activated and deactivated via the administration, even if no ACCOUNT statement is issued in the KDCDEF generation. In this case the default values apply.

You may only specify the ACCOUNT statement once within a KDCDEF run.

The UTM accounting functions and the format of accounting records written by openUTM are described in the openUTM manual “Using UTM Applications”.

ACCOUNT

ACC={ YES | NO | CALC }
[ ,CPUUNIT=cpuunit ]
[ ,IOUNIT=iounit ]
[ ,MAXUNIT=maxunit ]
[ ,OUTUNIT=outunit ]

ACC=

specifies which UTM accounting functions are to be executed. ACC is a mandatory operand.

    YES

openUTM is to activate the accounting phase of UTM accounting after the application start.

    NO

The accounting functions are not activated after the application start.
You can switch on the accounting functions during live operation using the administration command KDCAPPL ..., ACC=ON or via the program interface for administration (see the openUTM manual “Administering Applications”).

    CALC

openUTM is to activate the calculation phase after the application start.

CPUUNIT= 

cpuunit

specifies the weighting with which a CPU second is evaluated in the accounting phase of the UTM accounting. Fractions of a CPU second are billed proportionally.
You must enter an integer here.

Default value: 0
Minimum value: 0
Maximum value: 32767

IOUNIT=

iounit

specifies the weighting with which 100 disk I/Os are evaluated in the accounting phase.

Fractions of 100 inputs/outputs are billed accordingly. You must enter an integer here.

Default value: 0
Minimum value: 0
Maximum value: 32767

Unix, Linux and Windows systems:
This operand is not used because these operating systems do not provide information on disk I/O.

 MAXUNIT=

maxunit

specifies the number of accounting units at which openUTM is to create an accounting record for a particular user (USER). You must enter an integer here.

Default value:
99 999 999 (=108-1) i.e. an accounting record is normally created only on connection shutdown.

Minimum value: 1
Maximum value: 99 999 999 (=108 - 1)

OUTUNIT=

outunit

specifies the weighting with which a print job (FPUT NE) is evaluated for accounting purposes.
You must enter an integer here.

Default value: 0
Minimum value: 0
Maximum value: 4095