REPORT Command [ Getting System Information Programmer's Guide ] MPE/iX 5.0 Documentation
Getting System Information Programmer's Guide
REPORT Command
The REPORT command allows you to obtain accounting information for logon
accounts and groups. Any user can obtain REPORT information for the
user's logon group. A user with account manager (AM) capability can
issue the command for an entire account. You must have system manager
(SM) capability to report on accounts and groups in an entire system.
The parameters that you use with the REPORT command are as follows:
groupset The accounts and groups for which information is to
be listed. Wildcard characters can be used;
however, your capabilities determine whether or not
you are able to see all of the accounts and groups
that you specify.
listfile The output file to which information is to be
written. The default is $STDLIST. This parameter
may be the actual file designator or a file
equation.
ONVS=volset The volume set name for which accounting
information is to be reported. MPE/iX volume set
names are 1 to 32 characters in length, beginning
with an alphabetic character. MPE V volume set
names take the form vsidname.group.account. If you
use the latter form, you must fully qualify it; you
cannot enter vsidname alone and expect group and
account to default.
Output from the REPORT command is shown in example 7-2. The information
includes usage counts and limits for permanent file space (in sectors),
CPU time (in seconds), and session connect time (in minutes).
________________________________________________________________
| |
| |
| ACCOUNT FILESPACE-SECTORS CPU-SECONDS CONNECT-MIN |
| /GROUP COUNT LIMIT COUNT LIMIT COUNT L |
| PRXL 247875 ** 185196 ** 79645 |
| /DATATP 503 ** 1 ** 1 |
| /INFO 2782 ** 2507 ** 2646 |
| /INTRIN 229868 ** 154249 ** 66302 |
| /IPC 7442 ** 5061 ** 2794 |
| /MSGCAT 0 ** 0 ** 0 |
| /PUB 874 ** 79 ** 769 |
| /SKILLS 6406 ** 23299 ** 7133 |
| /SORTMRG 0 ** 0 ** 0 |
| /SWITCH 0 ** 0 ** 0 |
| |
________________________________________________________________
Example 7-2. Displaying Accounting Information
MPE/iX 5.0 Documentation