This command cancels an IMOD at its next REXX clause (normal cancel) or at its next dispatch (forced cancel).
CANCEL taskid [FORCE]
Unique identifying number of the IMOD that you are canceling. The value is entered in hexadecimal.
To determine this number, use the DISPLAY ACTIVE command. The number is displayed in the IMOD ID column.
Performs a forced cancel, which cancels the IMOD at the next dispatch. Otherwise, the IMOD is terminated at the conclusion of the current REXX clause.
You cannot perform a forced cancel unless you have tried to perform a normal cancel and the cancel failed.
Example
If you issue a CANCEL 3BC7 FORCE command (after issuing a CANCEL 3BC7 command), the following information is returned:
-------------------------- CA‑GSS/ISERVE Control Panel ------------------ ==> cancel 3BC7 force => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ========================================================================= FORCE scheduled for IMOD 3BC7
The specified IMOD is canceled at the end of the next REXX clause.
The specified IMOD is not currently executing.
You cannot perform a forced cancel unless a previous normal cancel failed.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|