Previous Topic

Next Topic

Book Contents

Book Index

Replying to a WTOR Message

The example in Figure 98 demonstrates how a rule can be designed to respond to a WTOR (write to operator with reply) message.

Figure 98 Example of Replying to a WTOR Message

ON MESSAGE  = IEF235D

   JNAME          JTYPE         SMFID        SYSTEM

   ROUTE          DESC          CONSOLEID    CONSOLE

   APPEARED       TIMES IN      MINUTES                        And/Or/Not

OWNER IOAADMIN GROUP                         MODE PROD    RUNTSEC

THRESHOLD

DESCRIPTION REPLYING TO A WTOR MESSAGE

DESCRIPTION JOBNAME COPY WAITING FOR VOLUMES

===========================================================================

DO COMMAND  = R %%$REPLY,NOHOLD

   WAIT        CONSOLEID    CONSOLE          SYSTEM

   WAITMODE   N

Explanation

The DO COMMAND statement is used to respond to a WTOR message. The following is specified in the DO COMMAND statement:

R %%$REPLY,NOHOLD

In this statement

Parent Topic

Working With Control-O Rules