Start of change

DSNU1253I csect-name - USER user-id DOES NOT HAVE THE privilege-name PRIVILEGE ON TABLE table-name IN TABLE SPACE table-space-name

Explanation

Depending on the setting of the AUTH_COMPATIBILITY subsystem parameter, you must have the SELECT or UNLOAD privilege to run the utility.

csect-name
The name of the control section that issued the message.
user-id
The user ID.
privilege-name
The required privilege.
table-name
The name of the table that the utility attempted to process.
table-space-name
The name of the table space that contains the table.

System action

The utility terminates.

System programmer response

Grant the user the SELECT or UNLOAD privilege on the specified table.

Severity

8 (error)

End of change