NetBatch Management Programming Manual

NetBatch Procedure Calls
NetBatch Management Programming Manual522462-003
7-8
NB^JOB^SUBMIT Procedure
EDAYS
is a number in the range 1 through 365 that specifies the execution interval
in days. Zero specifies a null value. EDAYS is mandatory if HHHMM has a
null value.
HHHMM
specifies the execution interval in hours and minutes, where HHH specifies
hours in the range 000 through 168 and MM specifies minutes in the range
00 through 59. Zero specifies a null value. HHHMM is mandatory if EDAYS
has a null value.
CALENDAR
specifies the value (a BATCHCAL calendar file name) of the job’s CALENDAR
attribute. CALENDAR is mandatory if T-TYPE is 4, 5, 12, or 13.
rt-time output
INT:ref:3
is a 48-bit timestamp indicating the job’s next run time as calculated by
NB^JOB^SUBMIT. rt-time reflects base-date after base-date is modified by
START-TIME and WAIT-TIME.
alter-flag input
INT:value
specifies whether NB^JOB^SUBMIT is to submit or alter the job specified by
submit-rec. A zero value specifies submit and a nonzero value specifies alter.
open-t input:output
INT:ref:41
is an array used by NB^JOB^SUBMIT to hold details of up to eight schedulers that
it opens. open-t must be initialized to zeroes (LOW-VALUES) by the calling
process before the first NB^JOB^SUBMIT call and must not be modified by the
process between the first and subsequent NB^JOB^SUBMIT calls. See
Consideration on page 7-9.
nb-job-num input:output
INT:value
is a job number in the range 1 through 9999 returned to the procedure by the
scheduler following job submission or alteration. The number identifies the job
submitted or altered. The procedure also can use nb-job-num to pass a job
number to the scheduler when altering a job.