Previous Topic: &AOMVMSRC

Next Topic: &AOMVMUND


&AOMVMUID

The VM user ID that a message originated from.

Messages generated by AOM/VM contain the user ID that originated the message. This user ID is the virtual machine name that issued the CP MSG command. For messages that originate from CP, the user ID is CP.

Example: &AOMVMUID

.LOOP
&AOMREAD SET
&IF &AOMVMUID = USER1 &THEN +
   &SYSCMD DEST=GCS MSG USER1 WHATS WRONG?
 .
 .
 .

Note: The user ID system variable is useful for replying to the originating user when a problem is solved.

More information:

&AOMVMUND