Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide—109759 A-19
_BITDEF
The next example generates a compile error because it attempts to assign a value to a bit
position outside of the designated range:
LITERAL z = BITDEF (4, %40, %10);
Bit position 4 requires a rightmost bit position range delimiter equal to or greater than
%2 (_BITDEF(14)).
402
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Bit position 4 is outside range %40 and %10
%40 %10
Range
01234