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:
|
result |
Null string (or error text). |
|
msgid |
Message ID as returned by the WTO() or MLWTO() function. |
The DOM() function produces these return codes:
|
101 |
ARG 1 MISSING OR INVALID |
Example
msgid = wto('Message') /* Place message on console */
x = dom(msgid) /* Remove message from console */
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |