Previous Topic: &AOMMVCON

Next Topic: &AOMNMCON


&AOMMVSDL

A system variable that indicates whether the screening table has deleted the current message.

&AOMMVSDL is set to YES if the message was deleted, else it is set to NO. Messages being processed by the AOM screening table travel along two separate paths. One path is for delivery to Automation Services, and the other is for delivery to system consoles.

This system variable is used to determine if the message has appeared on system consoles or if it was deleted by the screening table.

Example: &AOMMVSDL

&IF &AOMMVSDL = YES &THEN &MVSSTATS = &MVSSTATS + 1
 .
 .
 .

Notes:

As indicated by the example, &AOMMVSDL is used to keep statistics on the number of messages suppressed by the AOM screening table. For this figure to be accurate, any messages deleted from the path must flow through to Automation Services.

For messages sourced by AOM/VM, this system variable is null.

More information:

&AOMMVCON

&AOMNMCON