Previous Topic: &AOMRCLAS

Next Topic: &AOMREISS


&AOMRCLS1-8

Eight system variables providing the individual values of the eight AOM ISR remote classes for this message or event.

If an AOMPROC needs to know or analyze the remote classes that are assigned to a message, the system &AOMRCLS1....&AOMRCLS8 variables provide access to the individual values. Each is set to YES or NO.

For example, if RMTCLASS=(1,6,8) is applied to a message, then &AOMRCLS1 is YES, &AOMRCLS2 is NO, and so on.

Example: &AOMRCLS4

.LOOP 
&AOMREAD SET &IF &AOMRCLS4 = YES &THEN &AOMCONT RMTCLASS=7

Notes:

Remote classes determine which ISR links a message or event is automatically delivered to.

The eight classes can also be referenced in MASKCHK format using the &AOMRCLAS system variable.

More information:

&AOMRCLAS