Previous Topic: Hexadecimal Flag Field Values

Next Topic: CA VM:Account Data Definition Tables

Bit Testing

The binary equivalent of X'C1' is 11000001. The X'80', X'40', and X'01' bits are on. This means the characteristics represented by these bits apply to this record. You can use this information to write bit test statements. See the section Bit Test Statement for details.