NetBatch Manual

Attributes
NetBatch Manual522460-004
7-17
AT Job Attribute
To change a nonexecuting job’s AT attribute to \AFTER, use the ALTER JOB
command to specify AFTER without date and time. (Omitting date and time
leaves intact the original date and time.) For example:
21} SUBMIT JOB X, AT 05DEC94 23:59
Job X Jobnumber 22 submitted
22} INFO JOB X, AT, AFTER
JOB ATTRIBUTES for X
jobnumber: 22
at: 05DEC94 23:59:00
next-runtime: 05DEC94 23:59:00
23} ALTER JOB X, AFTER
Job X Jobnumber 22 altered
24} INFO JOB X, AT, AFTER
JOB ATTRIBUTES for X
jobnumber: 22
after: 05DEC94 23:59:00
next-runtime: 05DEC94 23:59:00
Example
This example shows the submission and execution of a job with the AT attribute. The
scheduler creates a temporary executor for the job, then deletes the executor when the
job finishes.
16} STATUS EXECUTOR *
2117-I No EXECUTOR selected
17} SUBMIT JOB, EXECUTOR-PROGRAM DELAY, STARTUP "3 MINS", AT
Job ZBAT-0006 Jobnumber 6 submitted
18} STATUS JOB 6
JOB STATUS
JOB JOBNAME USERID LOG STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
6 ZBAT-0006 205,70 563 EXECUTING DEFAULT
19} STATUS EXECUTOR *
EXECUTOR STATUS
EXECUTOR CPU STATE JOB CLASS
------------------------ --- ------ ---- -------
__TEMP_EXEC_6 2 DELETE 6 DEFAULT
20} STATUS JOB 6
2099-E JOB does not exist
|21} STATUS EXECUTOR *
2117-I No EXECUTOR selected