Previous Topic

Next Topic

Book Contents

Book Index

Example

Replace the text in the IEF233A message with alternative text, and suppress the original message. When the original message is deleted by the z/OS DOM mechanism, delete the modified message using a DO DOM statement.

Figure 149 DO DOM Parameter Example

RL: IEF233A    LIB CTO.PROD.RULES                             TABLE: JOB

COMMAND ===>                                                  SCROLL===> CRSR

+--------------------------------------------------------------------------+

  ON MESSAGE  = IEF233A

     JNAME          JTYPE         SMFID        SYSTEM

     ROUTE          DESC          CONSOLEID    CONSOLE

     APPEARED       TIMES IN      MINUTES                        And/Or/Not

  OWNER IOAADMIN GROUP                         MODE PROD    RUNTSEC

  THRESHOLD

  DESCRIPTION TAPE MOUNT

  DESCRIPTION REPLACE IEF233A MSG WITH A MORE USER FRIENDLY MSG

  DESCRIPTION

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

  DO DISPLAY  = SUPPRESS N ROUTE     DESC    CONSOLEID    CONSOLE

     SYSTEM

     NEWTEXT PLEASE MOUNT TAPE %%$V4 ON UNIT %%$V3

  DO SET      = %%NEWDOMID=%%$LDOMID                                GLOBAL  N

  DO WAIT     = REPLY                DOM Y             TIMEOUT 9999

     MESSAGE

  DO DOM      = %%NEWDOMID

  DO

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

FILL IN RULE DEFINITION. CMDS: EDIT, SCHED, OPT, SHPF                16.47.17

Parent Topic

DO DOM: Automated Console Action Parameter