NetBatch Management Programming Manual
NetBatch Procedure Calls
NetBatch Management Programming Manual—522462-003
7-5
NB^JOB^SUBMIT Procedure
WAIT-TIME
specifies the value of the job’s WAIT attribute. To specify the wait time,
subtract 32768—hexadecimal 8000—from HHMM, where HH specifies 00
through 23 hours and MM specifies 00 through 59 minutes. (For example,
32768 - 1000 specifies a 10-hour wait time.) To specify no wait time, set
WAIT-TIME to zero.
NB^JOB^SUBMIT adds WAIT-TIME to base-date after base-date is
modified by START-TIME.
START-TIME
specifies the job’s start time. To specify the time, subtract 32768—
hexadecimal 8000from HHMM, where HH specifies 00 through 23 hours
and MM specifies 00 through 59 minutes. (For example, 32768 - 1000
specifies a 10 a.m. start time.) To specify no start time (that is, accept
base-date), set START-TIME to zero.
START-TIME replaces the time component of base-date.
NB^JOB^SUBMIT adds WAIT-TIME to base-date after base-date is
modified by START-TIME.
START-UP
specifies the value (one or more space-filled program parameters) of the
job’s STARTUP attribute. This field can be all spaces.
IN-FILE
specifies the value (a space-filled input-file name) of the job’s IN attribute.
This field can be all spaces.
OUT-FILE
specifies the value (a space-filled output-file name) of the job’s OUT
attribute. This field can be all spaces.
DEFAULTS
specifies a default node, volume, and subvolume (in [ \node. ]
$volume.subvolume form) for use when expanding partial file names.
This field is mandatory.
HOLD-FLAG
is one of these uppercase values specifying the job’s HOLD attribute. This
field can be all spaces.
N HOLD OFF
Y HOLD ON