Start of change

DSNT248I csect-name bind-type object-type FAILED. bind-type OPTION option1-name IS NOT ALLOWED WHEN OPTION option2-name IS NOT SPECIFIED.

Explanation

A BIND PACKAGE or PLAN or SERVICE, or a REBIND PACKAGE or PLAN command failed because the option option1-name is specified without specifying the option option2-name.
csect-name
The name of the control section that issued the message.
bind-type
The type of bind subcommand: BIND or REBIND.
object-type
The type of object: PACKAGE or PLAN or SERVICE.
option1-name,option2-name
The bind option name.

System action

The named package or plan or service is not bound.

User response

Change the command to specify both options or remove the option indicated in option1-name.

End of change