Is it possible to suppress the DC203005 message?
Release : Any supported releases.
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