HFPP0005E THE SPECIFICATION IN JCL IS DIFFERENT FROM THE INFORMATION IN THE CHECKPOINT FILE.
- keyword KEYWORD VALUE IS DIFFERENT
-
keyword KEYWORD VALUE IN subcommand SUBCOMMAND
(nn) IS DIFFERENT
- NUMBER OF AREAS TO BE PROCESSED IS DIFFERENT
- UNLOAD MODE IS DIFFERENT
- LENGTH OF CONTROL BLOCK IS DIFFERENT
- RECORD NUMBER:nn
- NUMBER OF
subcommand SUBCOMMANDS TO BE PROCESSED IS DIFFERENT
Explanation
The JCL specification has changed between the
time of the checkpoint and the restart. An entry was either deleted,
added, or updated. The JCL specification must be consistent to use
the checkpoint restart capability.
- - keyword KEYWORD VALUE IS DIFFERENT
- The value for the indicated keyword has been changed since the previous run.
- - keyword KEYWORD VALUE IN subcommand SUBCOMMAND (nn) IS DIFFERENT
- The value for the indicated keyword on the indicated subcommand (nn) has been changed since the previous run.
- - NUMBER OF AREAS TO BE PROCESSED IS DIFFERENT
- The number of areas to be processed has been changed since the previous run.
- - UNLOAD MODE IS DIFFERENT
- The mode for unload processing, which is either REORG mode or non-REORG mode, has been changed since the previous run.
- - LENGTH OF CONTROL BLOCK IS DIFFERENT
- - RECORD NUMBER:nn
- The length of the control block that is on the indicated record number has been changed since the previous run.
- - NUMBER OF subcommand SUBCOMMANDS TO BE PROCESSED IS DIFFERENT
- The number of the indicated subcommand to be processed has been changed since the previous run.
System action
The job ends with an abend code of U3003.
User response
Ensure that the JCL specification remains consistent across checkpoint restart invocations. Correct the JCL specification and rerun the job.