Previous Topic: CALC253ENext Topic: CALC255E


CALC254E

Cannot use array variables in this statement

Reason:

Indexed fields are fields that are not allowed in postsort processing.

Note: To allow the specification of indexed fields in postsort statements would require the whole array to be written to the hit file and sorted. This would cause considerable performance degradation; therefore, it is not allowed by the compiler.

Action:

Move the indexed variable to a non-indexed variable before the sort.