IEE305I SSMCNTL COMMAND INVALID
search cancel

IEE305I SSMCNTL COMMAND INVALID

book

Article ID: 189319

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Trying to issue the SSMCNTL command and I get IEE305I SSMCNTL  COMMAND INVALID .  It is in dataset HLQA.OPS.TEST.CCLXRULM and

OPS1290H OPSMVS   RULEPREFIX           'HLQA.OPS.TEST'  is in my OPSMVS startup.

Environment

OPS/MVS

Resolution


Review the CCLXRULM pds target library and copy the SSMCNTL command rule to a rule set and then enable and auto enable it. 


Below are the comments we provide into the CCLXRULM(SSMCNTL) source member : 

... 

Name - SSMCNTL 
Purpose - Create a console interface for the System State 
Manager (SSM) component of OPS/MVS. 
Related - SSM 
Notes - This SSM rule will create an automated 
application that will allow SSM users to monitor 
and control SSM functionality via a pseudo command. 
.... 
Implementation steps needed for using this rule: 
1) Refer to the sample SHUTSYS1 OPS/REXX program 
that is installed in the hlq.CCLXSAMP library 
for complete details of the system related 
shutdown procedures if using the CANSHUT,SHUTSYS 
and SHUTMAINT options. 
2) If the FCYCLE option is desired, 
then add the necessary actions as noted in the 
comments of the FCYCLE sub-routine within this 
rule. 
3) Make any necessary changes/customizations to 
this rule logic. 
4) Copy and enable this rule within a production 
AOF ruleset. Set the auto-enable bit to allow 
the rule to automatically enable upon an IPL. 
5) Ensure that the SSMDISP sample OPS/REXX program 
that is located within the hlq.CCLXSAMP 
library is in a valid //SYSEXEC DD library that 
is allocated to the OPSMAIN asid. 
..