The VM IUCV message class of a VM-sourced message.
Messages sourced by AOM/VM contain the VM *MSG IUCV message class.
Classes 1 to 8 are IUCV message types; class 30 is a programmable operator facility message type. Valid values are:
Message sent using CP MESSAGE and CP MSGNOH
Message sent using CP WARNING
Asynchronous CP messages, CP responses to a CP command executed by the programmable operator facility virtual machine, and any other console I/O initiated by CP
Message sent using CP SMSG command
Any data directed to the virtual console by the virtual machine (WRTERM, LINEDIT, and others)
Error messages from CP (EMSG)
Information messages from CP (IMSG)
Single Console Image Facility (SCIF) message from CP
Message coming from Automation Services
Example: &AOMVMMCL
.LOOP &AOMREAD SET &IF &AOMVMMCL = 30 &THEN &GOTO .PROPMSG . . . &GOTO .LOOP .PROPMSG -* Special PROP-sourced message processing. . . &AOMCONT ROUTCDE=15 &GOTO .LOOP
Note: &AOMVMMCL normally has the value '30'.
| Copyright © 2009 CA. All rights reserved. |
|