Rebinding a plan

You need to rebind a plan when you make a change to one of the attributes of the plan, such as the package list.

Procedure

To rebind a plan:

Use the REBIND PLAN subcommand.
You can change any of bind options for that plan.

When you rebind a plan, use the PKLIST keyword to replace any previously specified package list. Omit the PKLIST keyword to use of the previous package list for rebinding. Use the NOPKLIST keyword to delete any package list that was specified when the plan was previously bound.

Examples

Example
The following command rebinds PLANA and changes the package list:
REBIND PLAN(PLANA) PKLIST(GROUP1.*) MEMBER(ABC)
Example
The following command rebinds the plan and drops the entire package list:
REBIND PLAN(PLANA) NOPKLIST