Please let me know, how to stop/ start STC'S by using SSM commands from LOG
I do not have access to OPS/MVS Panel.
OPS/MVS
We deliver a sample command rule SSMCNTL in the library CCLXRULM. You may already have this rule enabled in your environment. If it is enabled, you can use the SSM command to control the resources. You can check if this rule is currently enabled at your site by issuing the command /SSM HELP. It will show a list of valid commands.
For example:
1) Request the shutdown of a task:
SSM PJ JOB=name
2) Start a task:
SSM SJ JOB=name
If this rule is not yet deployed, you need to copy it from the library CCLXRULM to a production ruleset and enable it.