Previous Topic: &ZMAOMUFM

Next Topic: &ZMAOMUI


&ZMAOMUF1-8

These are eight system variables containing the AOM user defined flags, set in the screening table.

The default for the system variables &ZMAOMUF1....&ZMAOMUF8 is NO. This is set to YES by the screening table or reset via &AOMCONT or &AOMREPL.

Example: &ZMAOMUF1

.LOOP 
&MSGREAD SET 
&IF &ZMAOMUF1 = YES &GOTO .SPECPROC
 .
 .
 . 
&GOTO .LOOP

 . -* Special message processing
 . 
.SPECPROC
 .
 .
 . 
&MSGCONT COLOR=YELLOW 
&GOTO .LOOP

Note: These correspond to the eight AOMPROC-specific system variables &AOMUFLG1-8.

More information:

&AOMUFLG1-8

&AOMUFLGS

&ZMAOMUFM