DD GSVXSCFG concatenation
search cancel

DD GSVXSCFG concatenation

book

Article ID: 44157

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

Want to move the config files out of the SYS1.PARMLIB concat. Can there only be one file for GSVXSCFG or can multiple be concatenated like this? 

//GSVXSCFG DD DISP=SHR,DSN=hlq.SYSVIEW.CNM4SCFG.1
//                       DD DISP=SHR,DSN=hlq.SYSVIEW.CNM4SCFG.2

Normally, all environments would run out of hlq.SYSVIEW.CNM4SCFG.2, but as we migrate changes, we would like the more SPECIFIC dataset to be searched 1st.

Environment

Release: FAQSO.00200-14.1-SYSVIEW-Performance Management
Component:

Resolution

Testing this here it will work its way down through the concatenation until it finds a correct GSVXssid that matches. The GSVXssid must match the release that you are attempting to start. I.E.

//GSVXSCFG DD DISP=SHR,DSN=hlq.SYSVIEW.CNM4SCFG.1
//                       DD DISP=SHR,DSN=hlq.SYSVIEW.CNM4SCFG.2

//                        DD DISP=SHR,DSN=hlq.SYSVIEW.CNM4SCFG.2

The second DataSet in the concatenation did not have the correct release in it. It found the GSVXssid entry but the SYSVIEW STC failed to init because it was an incorrect release and it never made it to the third dataset with the correct GSVXssid which had the correct release in it.