Previous Topic: C14ENext Topic: C16E


C15E

<num> minimum length value is greater than maximum ‑ using maximum

Reason

The length value you specified on a value clause without a TRANS= parm exceeds the maximum length of that command parameter. The maximum length is the number of characters in the value parameter of the operand clause. In the following example, the value parameter is QUERY with a maximum length of five.

Example: OPERAND QUERY,1,.....

The variable <num> is the number of the record in error.

Action

Correct the value parameter or the length specified and recompile.