cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex

T

F.7 History controls



HHistory data is recorded for all queue state transitions. This data can ?accumulate rapidly. If this data is of no use to you then this @recording process can be turn off by setting the below variable.

 

"
 5HISTORY_ACTIVE = number  0/1 keep history data (D=1)  HISTORY_ACTIVE = 0  




Z

F.8 Notification controls

@All events (started, delayed, failed, completed, submit, other) Hnotifications are send via a batch job. When the event occurs a command Ffile is created containing all the parameters of the event. After the Dparameters are established this command file is submited to a batch Dqueue for execution using the following attributes. It is important ?that these messages get delivered in a timely fashion. If your GSYS$BATCH is very busy it is best to set aside a special high priority queue for this.

 

"
 ,NOTIFY_QUEUE = queue  queue to use for jobs .NOTIFY_USER = user  user name to use with job -NOTIFY_FILE = file  notification action file 3NOTIFY_ENABLED = flag  0/1 if notification is done /NOTIFY_PRIORITY = number submit priority value  




!The default values for these are:

 

"
 NOTIFY_QUEUE     = SYS$BATCH NOTIFY_USER      = SYSTEM 8NOTIFY_FILE      = SCHEDULE_LIBRARY:SCHEDULE_NOTIFY.COM NOTIFY_ENABLE    = 1 NOTIFY_PRIORITY  = 200  




X

F.9 Completion retention

DWhenever a job completes a record of this event is kept in the "old Fcompletes" queue. This allows later jobs that have a prerequisite, to Echeck in this queue if the prereq. job has already finished and with Ewhat status code. These entries are only kept a certain time period. 0The default value is 259200 secs. (i.e. 3 days).

 

"
 'OLD_COMPLETES_PURGE_INTERVAL = seconds  




`

F.10 Root directory protection

@The root directory (i.e. [000000]) has protection and ownership Eattributes that are established by the following parameters. All the values are specified in decimal.

The default values are:

 

"
 >ROOT_DIR_OWNER      = 65540 (i.e. [1,4] or in hex %x00010004) EROOT_DIR_PROTECTION = -52   (i.e. (-rw-rw----) or in hex %xFFFFFFCC) EROOT_DIR_PROTECTION = -52   (i.e. (-rw-rw----) or in hex %xFFFFFFCC) 




&some useful values for protection are:

 

"
 -52  =  (S:RW,O:RW,G,W) 0    =  (S:RW,O:RW,G:RW,W:RW) -308 =  (S:RW,ORW,GR,W)   




 


 Y T  
IndexContents