DSNU1140I csect-name MESSAGE LIMIT OF max-messages HAS BEEN REACHED FOR message-number MESSAGES. NO MORE WILL BE ISSUED FOR THIS UTILITY

Explanation

The number of instances of the indicated message that is issued during a utility operation has exceeded the maximum number that is permitted.

csect-name
The name of the control section that issued the message.
max-messages
The maximum number of messages that are issued before this message is issued. This value is controlled by the utility that issues message DSNU1140I.
message-number
The message number that has reached the limit and is now suppressed.
Examples:
LOAD example
The LOAD utility issues message DSNU1140I after 2000 instances of any of the following messages: DSNU313I, DSNU314I, DSNU1103I, DSNU1104I DSNU344I,DSNU345I, DSNU1107I, or DSNU1108I. Any rows that would have triggered the suppressed message are still discarded.
UNLOAD example
The UNLOAD utility issues message DSNU1140I after 2000 instances of message DSNU1239I when both of the following conditions are true:
  • The UNLOAD statement includes either the FROMCOPY or FROMCOPYDDN option.
  • The value of the MAXERR option in the UNLOAD statement is either a number greater than 2000 or the number 0.
Any rows that would have triggered the suppressed message are still not unloaded.

System action

Processing continues.

No additional instances of message-number messages are issued. Only the issuance of the message is suppressed. Any action that is associated with the suppressed message number still occurs.

User response

No action is required.

Severity

0 (informational)