Previous Topic: TPE7041ENext Topic: TPE7045E


TPE7044E

SETLIMIT OCCURRED AFTER PUTSORT FOR SESSION n

Reason:

A SETLIMIT statement for session n appears in the program after one or more PUTSORT statements for session n. For a given session, SETLIMIT must appear before any PUTSORTs.

Action:

Correct the program by moving the SETLIMIT statement for session n to a position after the SESSION statement for session n and before any PUTSORTs for session n.