HP 3000 Manuals

Running DMJCL [ HP DeskMon: Administrator's Guide ] MPE/iX 5.0 Documentation


HP DeskMon: Administrator's Guide

Running DMJCL 

The DMJCL program can be run from any user in any account on any system
which is running DeskMon.  To run the program type:

     :RUN DMJCL.DESKMON.SYS;LIB=G;INFO=string 

Alternatively, you can use the UDC:

     :DMJCL string 

Where string contains the following information in the format:

     "REPCAT : MESSAGE"

or

     "REPCAT : FILENAME.GROUP.ACCOUNT"

REPCAT is the name of the Report Category to which you want DeskMon to
report the message.

MESSAGE or FILENAME.GROUP.ACCOUNT is either a text message (up to 80
characters in length) or an MPE file name.  DeskMon will automatically
determine whether this field is a file name or a message.

If an MPE file name is specified, and the Report Category specified
includes a "Send HPDesk Message" option, then DeskMon will attempt to
bring the file into HP DeskManager and send the file as the text part of
the HP DeskManager message.  If "Send HPDesk Message" is not specified in
the Report Category, DeskMon will treat the MPE file name as if it were a
message and report the file name to the Report Category.


NOTE If an MPE file name is specified, DeskMon will attempt to DELETE the file after it has been processed. Note also that MGR.HPOFFICE must have read access for the file.
Example of DMJCL Use Check for existence of the MASTER file. If the MASTER file does not exist, send a message using the Report Category ADMIN: !LISTF MASTER !IF CIERROR=907 THEN ! RUN DMJCL.DESKMON.SYS;LIB=G;& ! INFO="ADMIN : The MASTER file does not exist" ! EOJ !ENDIF


MPE/iX 5.0 Documentation