Previous Topic: DB13020ENext Topic: DB13022E


DB13021E

RDW aaaabbbb OR DB RCE cccc IS INVALID

Reason:

You attempted to load a data area with the DBUTLTY LOAD function specifying FORMAT=BACKUP or FORMAT=VAR, but the load failed. The size of the Record Description Word (RDW), aaaabbbb, must be four bytes larger than the size of the database Record Control Element (RCE), cccc. The bbbb must be binary zeros.

The Record Control Element (RCE) consists of four bytes as follows:

bytes 1-2

Record length with RCE (binary)

byte 3

Binary table ID

byte 4

Binary zero

Action:

Re-create the input data so that the sizes are compatible.