OPS/MVS : Delaying command execution in SSM action table
search cancel

OPS/MVS : Delaying command execution in SSM action table

book

Article ID: 275128

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How can we delay the start of a task by a few seconds ?
How to update in Action table ?

 

Environment

Release : 14.0

Resolution

The SSMCMDS rule is a simple way of including a delay. If you use SSMV3 it is even easier but not required. You would just need to include a first command that would be just a display for example:

If you want to manually update the action table you could include an action as below:

 RULE("SSMCMDS &SSM!RESNAME &DESIRED_STATE {D A,&JOBNAME} 30 {START &JOBNAME}") 

See that the command D A,jobname will be issued then a dynamic TOD rule will wait for 30 seconds and then the start command will be issued. Off course the first command can be anything else.

To implement this rule SSMCMDS you can just copy it from the CCLXRULM library to one of your rulesets and enable it.