Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide—109759 A-11
_ALLON^TURNOFF
_ALLON^TURNOFF
If every one-bit of bit-mask is on in int-var, _ALLON^TURNOFF returns TRUE
and turns off every one-bit of int-var that is on in bit-mask. TRUE is nonzero,
not necessarily -1.
int-var input/output
INT:ref
is the variable compared with bit-mask.
bit-mask input
INT:value
is an INT expression, the one-bits of which identify the bits in int-var to turn off.
_ALLON^TURNOFF ( int-var , bit-mask )