cDSCHEDULE Automated Job Submission System Guide and Reference �ManualD

SCHEDULE
Automated Job Submission System
Guide and Reference Manual



 o T Y  
PreviousContentsIndex


F

DELETE/QUEUE



Delete a queue entry.

@The DELETE command removes a job entry from a scheduling queue. GConsequently, this job does not proceed to any subsequent queues. This Hhas no effect on the execution of a job that has already been submitted Eto the batch queue. Queue entries for prerequisite conditions can be Ddeleted, resulting in the job that was waiting for these conditions proceeding to the next queue.




General Format

2

DELETE/QUEUE /entry=number [-qualifiers]



Alternate

!RMQUE -entry=number [/qualifiers]



qualifier summary

 /LOG
/CONFIRM
/NODE = target_node
/ENTRY = entry_number



Examples

 6    
#1

 
  " $ SCHEDULE DELETE/QUEUE/ENTRY=93          





Qualifiers



/CONFIRM



/NOCONFIRM

ECONFIRM requests that the user be prompted prior to any operation to 0verify that the selected job is the correct one.

/NODE=target_node

DThe NODE qualifier specifies what NODE (either local or remote) you Hwant the operation performed on. /HOSTNAME may be substituted for /NODE.

/ENTRY=number

EThe ENTRY qualifier selects a particular entry in a scheduling queue.

/LOG



/NOLOG

EThe LOG qualifier causes each completed operation to issue a note to the user.

F

MODIFY/QUEUE



Modify a queue.

3The MODIFY command will change an entry in a queue.




General Format

4

MODIFY/QUEUE /entry = number [/qualifiers]



Alternate

#CHQUE /entry = number [/qualifiers]



qualifier summary

 /[NO]CONFIRM
/[NO]LOG
/NODE = target_node
/ENTRY = entry_number

/STEP = number
/SET_TAG = "string"
/SET_PARAMETER = "string"
/SET_ID = number
/RESTART = number

/ABORT
/[NO]HOLD



Examples

 6    
#1

 
  , $ SCHEDULE MODIFY/QUEUE/ENTRY=37 /SET_ID=2          





Qualifiers



/ABORT

<The ABORT qualifier indicates that the job is to be aborted Dimmediately. If the job has started execution then it is terminated.

/CONFIRM



/NOCONFIRM

ECONFIRM requests that the user be prompted prior to any operation to 0verify that the selected job is the correct one.

/NODE=target_node

DThe NODE qualifier specifies what NODE (either local or remote) you Hwant the operation performed on. /HOSTNAME may be substituted for /NODE.

/ENTRY=number

EThe ENTRY qualifier selects a particular entry in a scheduling queue.

/HOLD



/NOHOLD

GThe HOLD and NOHOLD qualifier s force an executing job to be suspended Fand resumed. If the job has not yet been submitted for execution then .at submission time it is submitted as PENDING.

/LOG



/NOLOG

EThe LOG qualifier causes each completed operation to issue a note to the user.

/RESTART=number

EThe RESTART qualifier will modify the number of allowed restarts for -the specified entry in the scheduling queues.

/SET_ID=number

EThe SET_ID qualifier points to a designated job set. If no number is +specified the default implies all job sets.

/SET_PARAMETER="string"

HThe SET_PARAMETER qualifier specifies information to be passed from one $job to another inside a set of jobs.

/SET_TAG="string"

GThe SET_TAG qualifier also specifies information to be passed from one $job to another inside a set of jobs.

/STEP=number

GThe STEP option will set the current step number into the queue entry. HIf the job fails and is restarted this step number can be used to start up the job in the correct place.





 o V T Y  
PreviousNextContentsIndex