RESETACCT

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


RESETACCT


     Zeros the running counts of CPU time or connect time
     accumulated by an account and by all groups within that
     account.

SYNTAX


     RESETACCT [[ @  ] [,[CPU   ]]]
               [[acct] [CONNECT ]]]


PARAMETERS


@                   Specifies that the counters for all accounts, and
                    all groups within the accounts, are to be reset.
                    Default.

acct                Specifies the name of a particular account, and all
                    groups within the account, for which the CPU and/or
                    connect time are to be reset.  Default is @.

CPU                 Specifies that only the CPU usage counter is to be
                    reset.  Default is that both the CPU and connect
                    time counters are reset.

CONNECT             Specifies that only the connect time usage counter
                    is to be reset.  Default is that both the CPU and
                    connect time counters are reset.


OPERATION


     This command zeros the running counts of CPU or connect time
     accumulated by an account and by all groups within that
     account.  If all parameters are omitted when you execute
     RESETACCT, all counters (except file space) for all groups
     in all accounts are reset.

     This command may be issued from a session, job, program, or
     in BREAK.  Pressing [Break] has no effect on this command. A
     user must have System Manager (SM) capability to execute this
     command.


EXAMPLE(S)


     To reset the CPU counter for all accounts in the system,
     enter

     RESETACCT @,CPU

ADDITIONAL INFORMATION


Commands:  REPORT

Back to Main Index