PREMPTY – Action to take when creating period with DATELIST and ADID
Determines the action to take when a period automatically created is about to be created with no intervals.
When using PRSTART
with either DATELIST
or ADID
,
the list of calculated dates might be empty within the range FROMDATE
– TODATE
.
If the Period does not already have interval dates, or is being replaced,
an error condition is generated, because the Period must have at least
one interval.
PREMPTY
can have the following values:FAIL
- If empty, the request fails (default).
HIGHDATE
- Uses the HCL Workload Automation for Z High date as the only interval.
LOWDATE
- Uses the HCL Workload Automation for Z LOW date as the only interval.
yymmdd
- Uses the specified date as the only interval.