Previous Topic: How to Use CULEDUMPNext Topic: Printing Labels (CULELABL)


Helpful Hints

Example 1—Horizontal Dump of Fixed-length Records

This example produces a horizontal dump of fixed-length output buffer records.

The following code:

1 INPUT RECORDS READ HEX DUMP OUTPUT POSITION ADDRESS STORAGE 00001 00AB28 40003200 00E3C8C9 E240C9E2 40F3F240 C2E8E3C5 E240D3D6 D5C74040 40404040 * ....THIS IS 32 BYTES LONG * 00033 000020 40404040 40404040 40404040 40404040 40404040 40404040 40404040 40404040 * * 00065 000040 40404040 40404040 404040F1 F16BF0F0 F0404040 40404040 40404040 40404040 * 11,000 * 00097 000060 40404040 40 * * C750009 RECORDS WRITTEN FOR REPORT 01 -- 1

Example 2—Vertical Dump of Variable-length Records

This example produces a vertical dump of variable-length output buffer records.

The following code:

1 INPUT RECORDS READ HEX DUMP OUTPUT CHAR THIS IS 32 BYTES LONG ZONE 0300ECCE4CE4FF4CEECE4DDDC4444444444444444444444444 DIGIT 02003892092032028352036570000000000000000000000000 01...5...10....5...20....5...30....5...40....5...50 C750009 RECORDS WRITTEN FOR REPORT 01 -- 1