Previous Topic

Next Topic

Book Contents

Book Index

BZONED – Convert Zoned Decimal Numbers

The BZONED process converts zoned decimal numbers to standard decimal character format for purposes of calculation.

Table 235 BZONED – Convert Zoned Decimal Numbers Example

PROCESS Name

Input

Output

BZONED

Hex‘C1’

1

BZONED

Hex‘D4’

-4

BZONED

Hex‘F1F2F3C4’

1234

BZONED

Hex‘F1F2F3D4’

-1234

BZONED

Hex‘F1F2F3F4F5’

12345

BZONED

Hex‘F1F2F3F4A5’

-12345

BZONED

Hex‘F1F2F3F4B5’

-12345

BZONED

Hex‘F1F2F3F4E5’

-12345

Parent Topic

DO EXTRACT Processes