NetBatch Management Programming Manual

Common Definitions
NetBatch Management Programming Manual522462-003
4-57
Extensible Structured Tokens
ZYEAR
is an integer specifying the Gregorian year. The range is the current year
minus one to the year 2525.
ZMONTH
is an integer specifying the Gregorian month of ZYEAR. The range is 1
through 12.
ZDAY
is an integer specifying the Gregorian day of ZMONTH. The range is 1
through 31.
ZTIME
specifies the time on ZDATE when the job becomes eligible for execution. If
ZTIME is present, all its fields must be specified. If omitted, the current time
applies. The fields are:
ZHOUR
is an integer specifying the hour of the day. The range is 0 through 23.
ZMINUTE
is an integer specifying the minute of the hour. The range is 0 through 59.
ZSECOND
is an integer specifying the second of the minute. The range is 0 through
59.
ZMILLISECOND
is an integer specifying the millisecond of the second. The range is 0
through 999.
ZMICROSECOND
is an integer specifying the microsecond of the millisecond. The range is 0
through 999.
The scheduler treats 23:59:59:999.999 as midnight. This enables an
application to specify AFTER MIDNIGHT without having to increment the date.
ZPOSIX
is a word supplied by an HP NonStop Open System Services (OSS) requester
and used in job-owner identification. The word has a nonzero value for an OSS
job and a zero value for a Guardian job.