NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-15
AT Job Attribute
attachments: ASSIGN ACCNTS-GLDGR, $A.ACCOUNTS.GLDGR
ASSIGN ACCNTS-JRNL, $A.ACCOUNTS.JRNL,
PROTECTED, I-O, EXT (256,512), CODE
905, REC 512, BLOCK 2048
ASSIGN ACCNTS-PYBL, $DATA7.ADMIN.PYBL
AT Job Attribute
The AT job attribute specifies the date and time at which the scheduler is to execute a
job. The attribute makes the scheduler create a temporary executor for the job.
date
is the date on which the scheduler executes the job. You can enter the date in any
of these forms. (For descriptions of the date forms, see AFTER Job Attribute on
page 7-9.)
[ d] d mmm
[ d] d mmm [ yy] yy
[ yy] yy [ m] m [ d] d
[ yy] yy mmm [ d] d
[ yy] yymmdd
mmm [ d] d
mmm [ d] d [ yy] yy
day
[d] d mmm and mmm [ d] d refer to the current year. To use one of these date forms
and specify time, time must appear before date, not after. The current date
applies if you omit date. (The current date is the system date on the node where
the scheduler is running.)
time
is the time at which the scheduler will execute the job. You can enter the time in
any of these forms. (For descriptions of the time forms, see AFTER Job Attribute
on page 7-9.)
[ h] h:[ m] m[:[ s] s] [ A[M] | P[M] ]
[ MIDD[AY] | NOO[N] ]
MIDN[IGHT]
The time 00:00:00 applies if you omit time.
Considerations
•
The scheduler treats a job submitted without the AFTER, AT, or WAIT
attributes
like a job with the attribute WAIT 0:0. Such a job is eligible to run
immediately on submission unless delayed by another attribute such as HOLD or
TAPEDRIVES.
AT [ date ] [ time ]