Previous Topic: &AOMUFLG1-8

Next Topic: &AOMVMSRC


&AOMVMMCL

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:

1

Message sent using CP MESSAGE and CP MSGNOH

2

Message sent using CP WARNING

3

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

4

Message sent using CP SMSG command

5

Any data directed to the virtual console by the virtual machine (WRTERM, LINEDIT, and others)

6

Error messages from CP (EMSG)

7

Information messages from CP (IMSG)

8

Single Console Image Facility (SCIF) message from CP

30

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'.

More information:

&AOMVMSRC