NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-2
Executor Attributes
Executor Attributes
•
CLASS specifies an executor’s classes:
CL[ASS] { class-name | ( class-name [ ‚ class-name ]… ) | *)
}
•
CPU assigns an executor to a CPU:
CP[U] cpu-number
Job Attributes
•
AFTER specifies the date and time after which a job becomes eligible for
execution. The attribute also enables you to change a nonexecuting job’s AT
attribute to AFTER.
AF[TER] [ date ] [ time ]
•
AT specifies the date and time at which the scheduler is to create a
temporary
executor for and execute a job:
AT [ date ] [ time ]
•
ATTACHMENT-SET assigns up to three attachment sets to a job or
dissociates
attachment sets from a job:
A[TTACHMENT]-S[ET] { attachment-set | ( attachment-set [ ‚
attachment-set ]… ) }
•
CALENDAR specifies the name of the BATCHCAL file containing a job’s run
calendar. You can remove the attribute from the job by specifying CALENDAR
without an accompanying file name.
CA[LENDAR] [ file-name ]
•
CLASS specifies a job’s class:
CL[ASS] class-name
•
DESCRIPTION contains text that describes a job:
DES[CRIPTION] " [ string ] "
•
EVERY specifies that job execution occur at regular, specified intervals:
EV[ERY] [ weeks WEEK[S]
days D[AYS]
hours [ : mins ] [HOURS]
hours H[OURS] [ mins MIN[UTES] ]
crontab-entry) ]
crontab-entry is this five-field entry:
minute hour day-of-month month day-of-week