Previous Topic: &AOMUFLGS

Next Topic: &AOMVMMCL


&AOMUFLG1-8

These are eight system variables which are user-defined flags, set by the screening table.

The default for the system variables &AOMUFLG1.....&AOMUFLG8 is NO. Each is set to YES by the screening table or reset via &AOMCONT or &AOMREPL.

Example: &AOMUFLG1

.LOOP 
&AOMREAD SET 
&IF &AOMUFLG1 = YES &THEN &GOTO .SPECPROC
 .
 .
 . 
&GOTO .LOOP
.SPECPROC  -* Special message processing
 .
 .
 . 
&AOMCONT ROUTCDE=15 
&GOTO .LOOP

Note: The user flag mask is available to AOM message receivers in the system variable &ZMAOMUFM.

More information:

&AOMUFLGS