Library /sys$common/syshlp/helplib.hlb  —  ACCOUNTING  /TYPE  Keyword
 record_type[,...]

    Specifies the types of record that you want to select or reject.
    The following table shows the keywords available.

              Type of
    Keyword   Record   Description of Record

    FILE      FILE_BL  File backward link. This is the first record
                       in the accounting file. It is logged when the
                       file is created, and contains the name of the
                       previous accounting file.
              FILE_FL  File forward link. This is the last record
                       in the file. It is logged when the file is
                       closed, and contains the name of the next
                       accounting file.
    IMAGE     IMAGE    Image termination. It contains details of the
                       resources used by the image.
    LOGFAIL   LOGFAIL  Failed attempt to log in. It contains details
                       of the resources used by the login attempt.
    PRINT     PRINT    Print job termination. It contains details of
                       the resources used by the print job.
    PROCESS   PROCESS  Process termination. It contains details of
                       the resources used by the process. Note that
                       this includes the resources used by the images
                       executed by that process.
    SYSINIT   SYSINIT  System booted. It contains details of
                       resources used to boot the system.
    UNKNOWN            Record not recognized as one of the other
                       types in this table.
    USER      USER     Record logged by a program calling the $SNDJBC
                       system service to send an accounting message.
Close Help