Previous Topic: CALC252ENext Topic: CALC254E


CALC253E

Cannot assign negative value to 1 or 3 byte binary field

Reason:

An attempt has been made to assign a negative value to a one- or three-byte binary field. One- and three-byte binary fields are considered to contain unsigned positive numbers only. Only two- and four-byte binary fields can hold negative values.

Action:

Use a two- or four-byte field to hold the signed number.