NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-18
AT-ALLOWED Scheduler Attribute
AT-ALLOWED Scheduler Attribute
The AT-ALLOWED scheduler attribute determines whether users without execute
access to the NETBATCH program file (that is, users who are not NetBatch
supervisors) can submit jobs with the AT attribute. (Jobs with the AT attribute create
temporary executors that can overload your system. Preventing nonprivileged users
from using the attribute helps you prevent system overload.)
OFF
prevents users who are not NetBatch supervisors from submitting jobs with the AT
attribute. BATCHCOM displays this message when a scheduler with the AT-
ALLOWED OFF attribute rejects a submitted job:
2056-E AT-ALLOWED is currently OFF; submit AFTER time
ON
allows all users to submit jobs with the AT attribute.
Considerations
•
A scheduler adopts the attribute AT-ALLOWED OFF by default when cold
started.
•
The AT-ALLOWED OFF attribute only affects submission of jobs with the AT
attribute. It does not affect other scheduler operations. (Changing AT-ALLOWED
from ON to OFF does not prevent the scheduler from starting jobs submitted with
the AT attribute before the change.)
Example
This example shows the effect of the AT-ALLOWED attribute when set to OFF. The
attribute prevents a user who is not a NetBatch supervisor from submitting a job with
the AT attribute but lets a NetBatch supervisor submit the job.
> LOGON 205,70, psswrd
> FILEINFO NETBATCH
$A.MAN13
Code … Owner RWEP …
NETBATCH O 100L … 255,255 "AOGO" …
> BATCHCOM $ZBAT; INFO SCHEDULER, AT-ALLOWED
SCHEDULER ATTRIBUTES
at-allowed: Off
> BATCHCOM $ZBAT; SUBMIT JOB, AT 12:00
2056-E AT-ALLOWED is currently OFF; submit AFTER time
> LOGON 255,205, psswrd
> BATCHCOM $ZBAT; SUBMIT JOB, AT 12:00
Job ZBAT-0001 Jobnumber 1 submitted
AT-A[LLOWED] { OF[F] | ON