A system variable containing the intensity attribute for the current message.
The &AOMINTEN system variable is set to one of the following values corresponding to the value coded on the INTENS=value keyword operand of the GLOBAL or MSGGROUP statements in the AOM screening table, or as altered by a SET statement.
Values for message intensity are:
NORMAL
HIGH
Example: &AOMINTEN
.LOOP &AOMREAD SET . . . &IF &AOMINTEN = HIGH &THEN &GOTO .SETINTEN . . . &GOTO .LOOP -*Turn HIGH intensity off. .SETINTEN &AOMCONT INTENS=NORMAL &GOTO .LOOP
| Copyright © 2009 CA. All rights reserved. |
|