Previous Topic: DescriptionNext Topic: Positional Qualifier


Command Qualifiers

/BEGINNING[=time]

Controls whether only those records dated later than the specified time are selected. You can specify an absolute time, a delta time, or a combination of the two. If you omit this qualifier from the command line or if you do not specify the time, records will be selected starting with the first record in the file.

Records are recorded in the accounting log file at time of process termination only. The beginning and ending times are bounds on these record times.

/DETAILS[=(item[, ... ])]

Specifies the report details to be printed. You can specify any of the following keywords:

Keyword

Meaning

JOBS

Reports on each individual job or process

JOBTYPES

Reports totals for each unique combination of account, user name, UIC, and job type. The job types are batch, detached, interactive, network,subprocess, and print

UICS

Reports totals for each unique combination of account, user name, and UIC.

USERS1

Reports totals for each unique combination of account and user name

ACCOUNTS1

Reports totals for each account

GRAND

Reports the grand total for each accounting file

NO_ZEROS_TOTALS

Does not print resource fields with zero unit prices

1 - Disk use is recorded by UIC. Disk use totals for a user or an account will occur only if the UIC associated with the user is in both the disk use file and the accounting file.

/ENDING[=time]

Controls whether only those records dated up to and including the specified time are selected. You can specify an absolute time, delta time, or a combination of the two. If you omit the /ENDING qualifier from the command line or if you do not specify the time, the last record in the accounting file will be the final record processed.

Records are recorded in the accounting log file at time of process termination only. The beginning and ending times are bounds on these record times.

/INTERFACE=DECWINDOWS

Starts the Accounting Chargeback DECwindows Motif interface. The default /INTERFACE=CHARACTER_CELL enables you to enter the command as a DCL command string.

/OUTPUT[=file-spec]

Specifies the name of the report file. If you omit the /OUTPUT qualifier or the file specification, then /OUTPUT=CHARGE.RPT is assumed.