The DOM keyword deletes an action message from the action message area of the Merged Messages window and from the Action Message Recall window.
This keyword has the following format:
DOM(DOMID(domid))
Specifies the internal pointer to an action message, which must already be stored in a status variable.
Examples:
MSGID(111ABC), HILIGHT, SET(&SAVE111ABC=&DOMID) MSGID(999XYZ), DOM(DOMID(&SAVE111ABC)), SET(&SAVE111ABC='')
CA Automation Point deletes message 111ABC after receiving message 999XYZ and resets the &SAVE111ABC status variable to null.
*** Handle tape mount messages * IEF233a m 455,812887,,RPNLCOPY,STEP1 and * IEF234e k 455,812887,,PVT,PROPDEPT,STEP03 * See the mount request and set drive_var to domid * MSGID(IEF233A), SET(&(DRIVE_&WORD3)=&DOMID) * See that message is satisfied and delete value * * of &(DRIVE_&WORD3) * MSGID(IEF234E) DOM(DOMID(&(DRIVE_&WORD3))) SET(&(DRIVE_&WORD3)='')
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|