Previous Topic: How to Use CULLUS35Next Topic: Converting Floating Point Values to Packed Decimal(CULLUS36)


Helpful Hints

CULLUS35 displays bit settings by listing the positions of the ON bits.

For example, the bit settings shown below are represented by the display 01,03,04,05.

1st Bit  2nd Bit  3rd Bit  4th Bit  5th Bit  6th Bit  7th Bit  8th Bit
(00)     (01)     (02)     (03)     (04)     (05)     (06)     (07)
OFF      ON       OFF      ON       ON       ON       OFF      OFF

Example

This example interprets the bit settings of an asterisk (*).

The following code:

REPORT NO. 02 CULLUS35 mm/dd/yy PAGE 1 BINARY REPRESENTATION BINARY REPRESENTATION FIELD USING BINARY COUNT 0 USING BINARY COUNT 1 8 00,01,02,03,04 01,02,03,04,05