Previous Topic: IDCMLX  30 - FIELD is not a modifiable fieldNext Topic: IDCMLX  32 - Improper number of subscripts for XXXX


IDCMLX 31 - Unexpected syntax item prematurely ended a subscript definition

Reason:

Subscripts for CA Ideal identifiers must be numeric literals or unsubscripted non-NULLable expressions. The list of subscripts is enclosed in parentheses. If multiple subscripts are used, they must be separated by commas or spaces; use of commas are recommended where an arithmetic expression is used as a subscript, since spaces can make the end of the arithmetic expression in the subscript ambiguous. This error most often occurs when a subscripted identifier is itself used as a subscript.

Action:

Correct the errors and re-specify.