Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ ACCOUNTING /FULL

     This example displays a full report of all the records in the
     file SYS$MANAGER:ACCOUNTNG.DAT. This example screen shows a
     record that was logged when an interactive process terminated.
     The interactive process was created when the user JONES at the
     node HQ222 entered a SET HOST command to connect to the local
     node.

INTERACTIVE Process Termination
-------------------------------
Username:         FISH        UIC:               [DOC,FISH]
Account:          DOC         Finish time:       23-JAN-2000 15:21:23.83
Process ID:       20A0029B    Start time:        23-JAN-2000 15:19:08.28
Owner ID:                     Elapsed time:                0 00:02:15.55
Terminal name:     RTA2:      Processor time:              0 00:00:04.14
Remote node addr: 63576       Priority:          4
Remote node name: HQ222       Privilege <31-00>: 00108000
Remote ID:        JONES       Privilege <63-32>: 00000000
Queue entry:                  Final status code: 00000001
Queue name:
Job name:
Final status text: %SYSTEM-S-NORMAL, normal successful completion

Page faults:      2043        Direct IO:              159
Page fault reads:   68        Buffered IO:            228
Peak working set:  852        Volumes mounted:          0
Peak page file:   5512        Images executed:         10
                Vector CPU time:             0 00:00:0.54
Press RETURN for Next Record >

   2.$ ACCOUNTING /FULL /OUTPUT=MYACC

     This example creates the output file MYACC.LIS in the default
     directory. It processes the file SYS$MANAGER:ACCOUNTNG.DAT,
     writing a full report of all records to the new output file.