Use the DOM() function to delete a previously displayed WTO or MLWTO message from the operator's console. This function is particularly useful for messages issued with non-rollable attributes.
The DOM() function has this syntax:
result = DOM(msgid)
The DOM() function takes these arguments:
Null string (or error text).
Message ID as returned by the WTO() or MLWTO() function.
The DOM() function produces these return codes:
ARG 1 MISSING OR INVALID
Example
msgid = wto('Message') /* Place message on console */
x = dom(msgid) /* Remove message from console */
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |