Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

_ANYON^TURNOFF
A-14
109759Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_ANYON^TURNOFF
If any one-bit of bit-mask is on in int-var, _ANYON^TURNOFF returns TRUE
and turns off any one-bits in int-var that are 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.
_ANYON^TURNOFF ( int-var , bit-mask )