Previous Topic: IDAETERR40 - Invalid HEX-TO-CHAR fieldNext Topic: IDAETERR42 - Input Date not positive integer


IDAETERR41 - PAD length violates internal limits

Reason:

The result length of a $PAD function is less than zero or greater than the internal limit.

Action:

Review the $PAD function and check the length operand. If the $PAD uses a numeric expression as the length operand, you are guaranteed a maximum internal pad length equal to the original string length plus 256. If the specified length exceeds this, a run-time error occurs.