The DOM command allows you to control the delivery of MVS Delete Operator messages to ServiceNow, which can be used to automatically close alerts on ServiceNow when they are deleted from the MVS console. This command provides the same function as using the “DOM” parameter on the MVS SYSIN parameter card, but you do not need to restart the VP390 address space to have it take effect. This command is only valid when an MVS subtask is defined in the VP390 job. The information in a DOM is conveyed to ServiceNow in an EVO211 message to allow message correlation. The EVO211 message ID does not need to be listed in the mainframe message filter table.
Syntax:
DOM switch
Parameters:
ON Allow the MVS DOMs to be passed to ServiceNow.
OFF Suppress the delivery of DOMs to ServiceNow.
Examples:
MODIFY VP390,DOM ON
EVO595 Command entered: DOM ON
EVO214 DOM flag updated
MODIFY VP390,DOM OFF
EVO595 Command entered: DOM OFF
EVO214 DOM flag updated