Skip to content

Spec for MVS artifacts git issue 519

Joe-Winchester edited this page Sep 19, 2019 · 4 revisions

Add the following lines to zowe-install.yaml

install:    
  # High Level Qualifier of SZWE* data sets  
  hlq={userid}.ZWE{zowe_version} 

When zowe-instal.sh -I is run the installer should

  1. Check/create two data sets. One for the load library, one for the SAMPLIB content
  2. Stick content into the two =
{hlq}.SZWEAUTH
     ZWESIS01          
{hlq}.SZWESAMPE
     ZWESECUR   (this is in stagings/cupids branch)
     ZWESISPRG
     ZWESIP00   (parmlib for x-mem)
     ZWESISCH
     ZWESISTC   (proc for x-mem)
     ZOWESVR    (this should be our proclib)

DONE !

At configure time these are updated and

 datasets: 
  # PROCLIB data set name 
  # default {userid}.ZWE{zowe_version}.CUST.PROCLIB  
  proclib=  
  # PARMLIB data set name
  # default {userid}.ZWE{zowe_version}.CUST.PARMLIB
  parmlib=
  # Miscelaneous JCL data set name
  # default {userid}.ZWE{zowe_version}.CUST.JCL
  jcllib=

and

{hlq}.ZWE130.CUST.JCL
      ZWESECUR
{hlq}.ZWE130.CUST.PROCLIB
     ZOWESVR
     ZOWEZSS
Clone this wiki locally