Previous Topic: &AOMODID

Next Topic: &AOMRCLS1-8


&AOMRCLAS

A system variable that contains the ISR remote classes, as set by the screening table, in MASKCHK format.

If an AOMPROC needs to know or analyze the remote classes that are assigned to a message, the &AOMRCLAS system variable provides a formatted list of the eight classes, each being indicated as a single character, Y or N.

For example, if RMTCLASS=(1,6,8) is applied to a message, then &AOMRCLAS is set to YNNNNYNY.

Example: &AOMRCLAS

.LOOP 
&AOMREAD SET 
&IF &AOMRCLAS = YYYYYYYY &THEN &AOMCONT RMTCLASS=5

Notes:

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

The eight individual classes can also be referenced using the &AOMRCLAS1 to 8 system variables.

More information:

&AOMRCLS1-8