ABORT-BATCH: Difference between revisions
Jump to navigation
Jump to search
(created page for the ABORT-BATCH command) |
(expanded the text, added another reference) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
@ABORT-BATCH <batch number> | @ABORT-BATCH <batch number> | ||
This command will abort a [[batch process]] and release all resources reserved by the batch process. Any job currently running will be aborted immediately, and the [[batch queue]] will be cleared. | This command will abort a [[batch process]] and release all resources reserved by the batch process. Any job currently running will be aborted immediately, and the [[batch queue]] will be cleared. The batch process becomes PASSIVE. | ||
; <batch number> : (decimal) batch processor number as returned by @[[BATCH (command)|BATCH]]. | |||
Rules: | |||
#Permitted only for user SYSTEM. | |||
#Effective only if the batch processor is idle or active. | |||
Example: | |||
@ABORT-BATCH 1 | |||
The batch processor number 1 is aborted. | |||
== Related commands == | |||
@[[ABORT-JOB]] | |||
@[[BATCH (command)]] | |||
== References == | == References == | ||
{{ND-doc|60.050.06}} section 6.6 | {{ND-doc|60.050.06}} section 3.7.3.2, section 6.6 | ||
{{ND-doc|60.128.03}} (printed February 1983), page 1-18 | |||
{{ND-doc|60.174.Q01}} | {{ND-doc|60.174.Q01}} | ||
[[Category:System Commands]] | [[Category:System Commands]] |
Latest revision as of 09:44, 9 November 2017
@ABORT-BATCH <batch number>
This command will abort a batch process and release all resources reserved by the batch process. Any job currently running will be aborted immediately, and the batch queue will be cleared. The batch process becomes PASSIVE.
- <batch number>
- (decimal) batch processor number as returned by @BATCH.
Rules:
- Permitted only for user SYSTEM.
- Effective only if the batch processor is idle or active.
Example:
@ABORT-BATCH 1
The batch processor number 1 is aborted.
Related commands
References
Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.7.3.2, section 6.6
Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-18
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD