******************************************************************** * EZDB 5.4 Tech Note CD104T10 February 2008 * * * * KEYWORDS : EZ-DB Z/OS 1.9 ALLOWUSERKEYCSA(NO) QI82742 * * * * COREQS : CD104144 & CD104145 * * * * DESCRIPTION: IBM introduced a new parameter in z/OS 1.8 to * * prevent jobs allocating storage from CSA using * * user keys 8 through 15 - AllowUserKeyCSA(NO) * * In z/OS 1.8 the default was YES and using this * * default had no impact on IDMS or EZ-DB. * * * * In z/OS 1.9 the default is changed to NO and * * if this default is used, then IDMS and/or * * EZ-DB will abend at startup. CA issued Tech * * Note QI82742, which describes what needs to * * be done for IDMS to run in an alternative system * * key (eg key 4) and this Tech Note details what * * needs to be done specifically for EZ-DB. * * * * These instructions assume you have already * * implemented the IDMS changes detailed in QI82742.* * * * TAPES : EZDB C10401 * * CA-IDMS RELEASES 15.0 * * * ******************************************************************** * * * INSTRUCTIONS: * * * * All EZ-DB modules are loaded using MVS Loads, when IDMS is * * running in a system key such as key 4 (as detailed in QI82742)* * these MVS loads must come from the authorised STEPLIB. * * * * PTFs CD104144/CD104145 must be applied to implement a new * * version of CODBIOLD, that allows user control of whether to * * load from CDMSLIB or STEPLIB. After applying CD104144/145 * * perform the following actions: * * * * 1. The EZ-DB runtime loadlib must be authorized. * * 2. Ensure the EZ-DB runtime loadlib is included in both the * * CDMSLIB and STEPLIB concatenations. It must be included * * in both, as IDMS will always load IDMSDBIO and any online * * EZ-DB programs from CDMSLIB. * * 3. Add the parameter CDMSLIB=NO to the COXATAB control table * * or use the COXACTL control file to specify CDMSLIB=NO. * * These parameters are detailed in the 'EZ-DB Installation * * Guide' and will force EZ-DB to perform all its loads from * * the authorized STEPLIB. * * * * If the above details are implemented correctly, then a new * * message: * * DB905099 EZ-DB LOADING FROM STEPLIB * * * * will be issued at the beginning of startup. * * * * If you are running EZ-Synchro in Local Mode or are using * * the XMVS component of EZ-Synchro, then there are some * * additional requirements: * * * * EZ-Synchro Local Mode Jobs * * -------------------------- * * The local mode jobs using EZ-Synchro must be set up to use * * a key other than the default key 8. * * * * PTFs CS104136/137/138 must be applied first. * * * * The CODOPTAB must be generated to specify the CVKEY and SVCNO * * being used. See the 'EZ-Synchro User Guide' for details of * * generating the CODOPTAB table. * * * * XMVS Option * * ----------- * * If you are using the XMVS option of EZ-Synchro, then update * * the appropriate SYS1.PARMLIB(SCHED..) member to include the * * line: * * PPT PGMNAME(COXCPMAS),KEY(n),NOSWAP * * * * Where 'n' is the system key that IDMS is defined to run in. * * * ********************************************************************