LMCP — VMS 5.4
Additional information available:
CONVERTCREATEDUMPHELPREPAIRSHOW
Overview
The Log Manager Control Program is a VMS utility that allows you
to create and maintain log files of transaction records.
Format
$ RUN SYS$SYSTEM:LMCP
usage summary
To invoke LMCP, enter the following DCL command:
$ RUN SYS$SYSTEM:LMCP
LMCP returns the following prompt:
LMCP>
At the LMCP> prompt, you can enter LMCP commands. To exit LMCP,
enter EXIT at the LMCP> prompt, or press CTRL/Z.
You can also execute a single LMCP command by using a DCL string
assignment statement, as shown in the following example:
$ LMCP :== $LMCP
$ LMCP SHOW LOGFILE SYSTEM$YELLOW
In this example, LMCP executes the SHOW command and returns
control to DCL.
The use of LMCP requires the SYSPRV privilege. CMKRNL privilege is
required for the CONVERT command.