DSNU1049I csect-name - THE utility-name UTILITY WAS NOT INVOKED. THERE WERE NO OBJECTS TO BE PROCESSED IN LISTDEF list-name.

Explanation

A utility detected an empty LISTDEF list. The utility that was processing the indicated list was not invoked.

csect-name
The name of the control section that issued the message.
list-name
The name of the list.
utility-name
The name of the utility.

System action

The utility job ends with return code 4.

User response

If the empty LISTDEF list will always be empty, modify the LISTDEF parameters to eliminate the warning message. See the previous DSNU1008 message and other accompanying messages to determine why the LISTDEF is empty.

A common cause of this warning message is the LISTDEF DEFINED keyword default value of YES. If all objects in the list are undefined, an empty list is the result. Specify DEFINED ALL or DEFINED NO on the LISTDEF statement if undefined objects need to be processed.

Severity

4 (warning)