Subparameter definition

'+HH:MM'
Specifies that the job should be held for the specified number of hours and minutes starting from the time the job was submitted.
'HH:MM'
Specifies that the job should be held until the specified time in hours and minutes. The time is a 24-hour local time on the system where the job was submitted.

If time is omitted, but date is specified, the assumed time is midnight ('00:00'). When specified time is in the past, the job is not held.

'+HH:MM:SS'
Specifies that the job should be held for the specified number of hours, minutes, and seconds starting from the time the job was submitted.
MM/DD/YYYY or YYYY/DDD
Specifies that the job should be held until the specified day. The date can be specified as a calendar date (month/day/year) or as a Julian date (year/day of the year).
If the date is omitted but time is specified, then the following is assumed for the date:
  • If the specified time has already passed when the job was submitted, then the next day is assumed.
  • If specifies time has not yet passed when the job was submitted, then the current day is assumed.