Example 1—Horizontal Dump of Fixed-length Records
This example produces a horizontal dump of fixed-length output buffer records.
The following code:
IN 80 F 80 REC FLD 1 80 01OUT 100 D UM(CULEDUMP) 01510001 FLD
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:
IN 80 F 80 REC FLD 1 80 01OUT 100 D UM(CULEDUMP VV) 01510001 FLD
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
Copyright © 2014 CA.
All rights reserved.
|
|