The STCTBL_ACT table contains the correct START and STOP commands for the resources in your STCTBL (started task) table.
Follow these steps:
The list of tables for editing displays.
|
Component |
Description |
|---|---|
|
SSMSTATE |
A request rule that determines the current state of the started task. This EXEC runs when the current state is UNKNOWN and the desired state is set to some other value. SSMSTATE determines the actual state of the task and sets the current state value accordingly. |
|
STOPCICS |
An OPS/REXX program that shuts down CICS regions. |
|
STOPDB2 |
An OPS/REXX program that shuts down a DB2 region. |
|
STOPJES2 |
An OPS/REXX program that shuts down JES2. |
|
STOPNETV |
An OPS/REXX program that shuts down a NetView region. |
|
STOPSTC |
An OPS/REXX program that passes up to three shutdown commands to stop a started task. |
|
STOPVTAM |
An OPS/REXX program that shuts down a VTAM region. |
|
SSMUPIPL |
A request rule that sets the desired state to UP for those resources that had an IPL_STATE of IPL. |
Various SSM related OPS/REXX programs including the above STOPCICS, STOPDB2, STOPJES2, STOPNETV, and STOPSTC are distributed as user modifiable samples located within your installed hlq.CCLXSAMP data set.
SSM issues the basic commands of START jobname or STOP jobname for all started tasks, and more specific commands will be issued for tasks defined under the ACTION_RES_TYPE column.
For more information about STOPxxxx REXX programs, review the members in the OPS/REXX library.
This step is complete when your STCTBL_ACT table contains the correct START and STOP commands for the resources in your STCTBL (started task) table.
|
Copyright © 2014 CA.
All rights reserved.
|
|