IF ALLCLEAR SNMPSTR(statustmp)
THEN
	IF LASTVAL BITCLEAR statusbit
	THEN
		MSG "one"
		EXIT 90
	ELSE
		MSG "two"
		EXIT 209
	FI
FI
