Z020: Usage Monitor for VAX/VMS
Author(s): F. Carminati | Library: KERNLIB, VAX/VMS only
|
Submitter: | Submitted: 01.03.1989
|
Language: VAX Fortran | Revised:
|
UMCOM is an usage monitor package for VAX/VMS systems. Usage
log requests are performed either via Fortran calls or via
DCL commands.
Structure:
Complete PROGRAM and SUBROUTINE subprograms
User Entry Names: UMCOM, UMLOG
Usage:
CALL UMCOM(CMD,MONITOR,TEXT)
- CMD
- (CHARACTER) The first two letters of CMD are
interpreted as a command to UMON. See the Long Write-up for
possible commands.
- MONITOR
- (CHARACTER) Name of the monitor to be affected by
the command. If this name is longer than 8 characters, only the
first 8 will be taken into account.
- TEXT
- (CHARACTER) A character string containing information
about the command given. If this string is longer than 80 characters,
only the first 80 will be taken into account.
CALL UMLOG(MONITOR,TEXT)
- MONITOR
- (CHARACTER) Name of the monitor to be affected by
the command. If this name is longer than 8 characters, only the
first 8 will be taken into account.
- TEXT
- (CHARACTER) A character string containing the text
to be logged. If this string is longer than 80 characters, only the
first 80 will be taken into account.
See also the Long Write-up.
Michel Goossens
Wed Jun 5 09:52:54 METDST 1996