NetBatch-Plus Reference Manual
Messages
NetBatch-Plus Reference Manual—522461-002
C-3
Error, Warning, and Informational Messages
The NetBatch-Plus application performed an add function successfully.
The function you attempted failed because the integer specifying the day of the month
for the AFTER job attribute is not in the valid range 1 through 31.
The function you attempted failed because the integer specifying the hour of the day
for the AFTER job attribute is not in the valid range 0 through 23.
The function you attempted failed because the integer specifying the minute of the
hour for the AFTER job attribute is not in the valid range 0 through 59.
The function you attempted failed because the integer specifying the month for the
AFTER job attribute is not in the valid range 01 through 12.
The function you attempted failed because the integer specifying the year for the
AFTER job attribute is not in the valid range. The integer must be equal to or greater
than current-year but not greater than the year 2525.
The F6–Alter function changed the attributes of an executing or suspended job.
However, only changes to these attributes affect job execution: IFFAILS,
PURGE-IN-FILE, RESTART, STOP-ON-ABEND. If the job is a recurrent job (a job with
the CALENDAR or EVERY attribute), all changed attributes apply next time the job
runs.
The F4–Generate function attempted to generate calendar category dates in the range
specified by the Start and End fields. The attempt failed because the end date was
either missing or the same as or earlier than the start date.
Added Ok - Ready for use
AFTER DAY is out of range 1 to 31
AFTER HOUR is out of range 0 to 23
AFTER MINUTE is out of range 0 to 59
AFTER MONTH is out of range 1 to 12
AFTER YEAR is out of range current-year to 2525
ALTERed job is currently executing. ALTER may not work
An End date must be greater than Start date