OPS/MVS - Attempting removal of the global variable from 1 LPAR
search cancel

OPS/MVS - Attempting removal of the global variable from 1 LPAR

book

Article ID: 131520

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction



I have 4 LPARs and when I attempt to remove the Global Variable from one of the LPARs, it doesn't seem to remove from the other LPARs.  I have the below code to remove the global variable. When I used it I could still see these variables from OPS 4.8 option, and I had to manually remove the global variables from the other LPARs.   What can I do to remove a global variable from any of the associated LPARs?
             IF GLOBALU.ACF2.REORG.COUNT = 4 & GLOBALU.ACF2.REORG ='PRI'
                  THEN DO
                  JUNK1 = OPSVALUE('GLOBALU.ACF2.REORG.COUNT','R')
                  JUNK2 = OPSVALUE('GLOBALU.ACF2.REORG','R')

Environment

z/OS
OPS/MVS 

Resolution

Global Variables reside on the SYSCHK1 dataset, which cannot be shared between OPS instances.  

You will need to create code in each of the LPARS that will issue the command to all of the other LPARs.