cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex

?

4.12.2 The DELETE/JOB command



@The rmjob command permanently removes a job definition from the 5SCHEDULE database, using the command format:

 

"
 *$ SCHEDULE DELETE/JOB job_name/qualifiers    




CThe only qualifiers that can be used with this command are LOG and HCONFIRM. It is a good idea to always use the CONFIRM qualifier with the GDELETE command so that you do not delete the wrong job due to a typing error.P

4.13 Using command files



EAll the supplied commands are designed to be similar to VMS 8commands and can be used in command files in any fashionEthat is appropriate. Whenever the SCHEDULE System submits a Gjob to a batch queue for execution it creates a temporary command file.

The commands in these@files can use certain symbols to coordinate and control the job Bexecution. All such symbols are placed in the global symbol table.

The various symbols are: ! "                                          
Symbol Meaning
 SCHEDULE_FULL_NAME  job name and directory
 SCHEDULE_NAME  just the job name
 SCHEDULE_SET_ID  current job set id
 SCHEDULE_SET_TAG  current tag value
 SCHEDULE_SET_PARAMETER  current parameter value
 SCHEDULE_STEP  current job step value
 SCHEDULE_ENTRY  scheduling entry number
 SCHEDULE_RESTARTING  0/1 restarting flag
 SCHEDULE_RESTART_COUNT  number of restarts done
 SCHEDULE_RESTART_LIMIT  max allowed restarts





 o V T Y  
PreviousNextContentsIndex