The CICSCMD SET TASK command terminates a CICS task. The RCIW15 or RCIW14 message indicates the success or failure of the operation. The function is similar to that provided by the CICS CEMT SET TASK transaction.
This command has the following format:
CICSCMD cics_region_name SET TASK(task_number) {PUR | FORCE}
Defines the CICS region that owns the task to be terminated.
Defines the task to be terminated.
Terminates the task.
Terminates the task only if region and data integrity can be maintained.
Terminates the task irrespective of whether region and data integrity can be maintained.
Example:
CICSCMD CICSA SET TASK(28) PUR
CICSCMD CICSA SET TASK(128) FORCE
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |