next up previous index
Next: Z034 Computer Mainframe Up: CERNLIB Previous: Z009 Calendar Date

Z020 Usage Monitor for VAX/VMS

Routine ID: Z020
Author(s): F. CarminatiLibrary: KERNLIB, VAX/VMS only
Submitter: Submitted: 01.03.1989
Language: VAX FortranRevised:

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.

Z034


Janne Saarela
Mon Apr 3 15:06:23 METDST 1995