OPS/MVS and GSSA
search cancel

OPS/MVS and GSSA

book

Article ID: 260681

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

OPS/MVS new install.  We wish to integrate with Scheduler.  Integrating books says include this ADDRESS parameter in the GSSA startup.

ADDRESS CASCHD CAJCADDR 15 DETACH TYPE 0

However, when I look at the RUNPARM member of the common services CAW0OPTN library, it is not as clear. RUNPARM is specified in the GSSA startup.  It has the following include statement.

INCLUDE OPSMVS

* SSID OPSMVS   opsx       // OPS/MVS subsystem name                        
                           // This value will be used as the default            
                           // for requests.  It can be overridden               
                           // within an IMOD                                    
                                                                                
* ADDRESS OPER     OPGLEVMG 15 TYPE  10                                         
* ADDRESS OPSREQ   OPGLEVMG 15 TYPE  11                                         
* ADDRESS AOF      OPGLEVMG 15 TYPE  12                                         
* ADDRESS OSF      OPGLEVMG 15 TYPE  13                                         
* ADDRESS OPSVALUE OPGLEVMG 15 TYPE 255      

 

Are both of these statements required?

Environment

OPS/MVS

Resolution

It's not necessary to enable those other parameters in the GSSA runparm to be able to issue Scheduler commands from OPS/REXX.

The only requirement is to add the ADDRESS statement as described in the Integrating with Scheduler section of the manual:

   ADDRESS CASCHD CAJCADDR 15 DETACH TYPE 0