Suppress message DC203005
search cancel

Suppress message DC203005

book

Article ID: 269289

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

Is it possible to suppress the DC203005 message?

Environment

Release : Any supported releases.

Resolution

The DC203005 message is issued with MSGDICT=NO which means that it is not possible to suppress it from the dc-log by modifying the DESTINATION of the message definition in the dictionary.

However any message can be suppressed from the console/CV joblog by modifying the WTOEXIT to check for the message and suppress it by moving 4 to R15.

Example:

* SUPPRESS MESSAGES?
         LA    R15,SUPPRESS
         CLC   WTOMTEXT(13),=C'IDMS DC203005'
         BE    SAVEREGS

and then:

SUPPRESS LA    R15,4
         L     R13,SAVEAREA+4          RESTORE OLD SAVE AREA
         LM    R14,R12,12(R13)              AND REGISTERS
         BR    R14