DSNT230I   BIND DBRM MEMBER NAME ERROR USING auth-id AUTHORITY object-type = object-name MEMBER dbrm-name NOT FOUND IN PDS SEARCH ORDER

Explanation

The indicated 'dbrm-name' was not found in the search order in the PDSs specified on the BIND PLAN or BIND PACKAGE subcommand.
auth-id
Authorization ID of the plan or package owner. Attention: If you are using a trusted context, the token auth-id might return a role instead of an authorization ID. A role is returned, if a role was in effect and the authorization checking is performed against the role rather than the authorization ID of the session, when the condition was encountered. The role is returned in the following format as a single token: ROLE: role-name.
object-type
The type of object being bound: PLAN or PACKAGE
object-name
If 'object-type' is PLAN, 'object-name' is the name of the application plan. Otherwise, it is the name of the package in 'location.collection.package' format.
dbrm-name
Member name of the DBRM that was not found.

System action

The bind is unsuccessful.

System programmer response

Determine if an incorrect 'dbrm-member-name' or PDS was specified. Reinvoke the BIND subcommand specifying the correct names.