Function
Specifies the selection of the monitoring file to be output at the MOP terminal during the execution of a MOP job.
Format
REPORT action on monitoring file
| Monitoring Categories | |
| ALL | Everything is to be printed |
| ALLBUT (AB) | The whole file is to be printed apart from the categories that follow ALLBUT |
| NONE | No printing is required |
| BROADCAS (BC) | Output as a result of a BROADCAST command given by the operator or internally by GEORGE. This can never be suppressed by a REPORT command and is therefore not relevant to that command, but is relevant to commands operating on the monitoring file |
| COMERR (CE) | Command error reporting |
| COMMANDS (CM) | A copy of each command |
| COMMENT (CT) | Command responses giving a track of the job's progress |
| DISPLAY (DP) | Output from the DISPLAY, QUESTION and ANSWER commands |
| FILES (FL) | Output converning file movements and changes in the filestore |
| LISTING (LS) | Output from the LISTFILE and LISTDIR commands |
| LOGGING (LG) | Log analysis information |
| OBJECT (OJ) | Output concerned with or sent by object programs |
| ONLINE (OL) | Output from object programs (see the ONLINE command |
| POSTMORT (PM) | Output from the POSTMORTEM and PRINT commands |
Forbidden contexts
NOT MOP
Execution
When a MOP terminal is engaged, the output to the MOP terminal is preset
as if
REPORT ALLBUT,COMMANDS
had been issued. When a REPORT command is issued during a job, it
changes the categories of MOP output for all levels of the job. The
categories of MOP output to the MOP terminal will remain as set by a
REPORT command until either they are changed by a subsequent REPORT
command or they are reset to ALLBUT,COMMANDS by a
LOGOUT or
CONNECT command, or by a
DISCONNECT command with
no job name parameters.
Examples
REPORT ALL
REPORT POSTMORT,LISTING,DISPLAY
Error Messages
z IS AN UNKNOWN MONITORING CATEGORY