Recovering from errors on the current-plan-extension data set
About this task
HCL Workload Automation for Z maintains the current-plan-extension file in a data space. The data space is loaded from the EQQCXDS file on DASD. When a current plan backup occurs, the data space is refreshed to the EQQCXDS data set. If an error occurs on the data set, HCL Workload Automation for Z attempts initial recovery by copying the data space to the data set. If this is not possible, the file must be re-created.
If the EQQNCPDS and EQQNCXDS data sets are valid, perform the following steps:
- Stop HCL Workload Automation for Z.
- Allocate a new CX data set.
- If you allocated the data set with a new name, update all JCL (ddname EQQCXDS) to reference the new data set.
- Specify CURRPLAN(NEW) in the JTOPTS statement.
- Start HCL Workload Automation for Z again.
- Delete CURRPLAN(NEW) from the JTOPTS statement.
If the EQQNCXDS data set is valid but no valid EQQNCPDS data set
exists, perform these actions:
- Stop HCL Workload Automation for Z.
- Allocate a new CX data set.
- If you allocated the data set with a new name, update all JCL (ddname EQQCXDS) to reference the new data set.
- Copy EQQNCXDS to EQQCXDS.
- Specify CURRPLAN(CURRENT) in the JTOPTS statement (CURRENT is the default value).
- Start HCL Workload Automation for Z again.
If both EQQNCPDS and EQQNCXDS cannot be used you must create a new current plan from the LTP, as described in Re-creating the current plan from the long-term plan.