1 MBMONCP MBMONCP is the user interface for MONCP. MBMON is a utility for monitoring mailboxes. MBU displays and/or records for later display any message written to the monitored mailbox. 2 MONITOR The monitor command monitors a mailbox. Format: MONITOR mailbox_name 3 Parameter mailbox_name is the logical name or device name of a mailbox. 3 Command_qualifiers /OUTPUT /OUTPUT=filename Specifies the file to which the messages are to be output. If this qualifier is not used then the messages are output to SYS$OUTPUT. /RECORD /RECORD=filename Specifies the file to which the messages are to be written for display later. /DATA_SIZE /DATA_SIZE=size Specifies the size of each element in the message. If no size is given then the current default is used. If format is TEXT then DATA_SIZE is ignored. Size is either BYTE, WORD, LONG, or QUADWORD. /FORMAT /FORMAT=format Defines the format that the message contents will be output. If no format name is given then the current default is used. Format is either HEX, DECIMAL, or TEXT. For TEXT format non-printable characters are replaced by '.' /LENGTH /LENGTH=n Specifies a limit on the number of bytes of each message that are output. 2 DISPLAY The display command displays messages previously recorded to a file by the MONITOR command Format: DISPLAY filename 3 Parameter filename is the name of the containing the previously recorded messages. 3 Command_qualifiers /DATA_SIZE /DATA_SIZE=size Specifies the size of each element in the message. If no size is given then the current default is used. If format is TEXT then DATA_SIZE is ignored. Size is either BYTE, WORD, LONG, or QUADWORD. /FORMAT /FORMAT=format Defines the format that the message contents will be output. If no format name is given then the current default is used. Format is either HEX, DECIMAL, or TEXT. For TEXT format non-printable characters are replaced by '.' /LENGTH /LENGTH=n Specifies a limit on the number of bytes of each message that are output. 2 EXIT Exits from MBMON utility. 2 HELP The help command displays help for a particular MBMON command and starts a interactive help session. Format: HELP [command] 2 VERSION Displays the version of the Mailbox Monitor utility. 2 Startup To startup MBMON for use @MBMON_STARTUP (requires CMKRNL, SYSMAN, SYSPRV privileges) 2 Shutdown To shutdown MBMON use @MBMON_SHUTDOWN (requires CMKRNL, SYSMAN, SYSPRV privileges) 2 Author This program was written by Ian Miller. Bug reports to miller@encompasserve.org COPYRIGHT NOTICE This software is COPYRIGHT © 2005, Ian Miller. ALL RIGHTS RESERVED.