Hello Group,
                   We have requirement to install IMSv14.1 using CBPDO. We
have IMS13.1 also in the same system and we use command GLOBAL CSI for IMS
and different target and dist CSI as per IMS version.

But while submitting Job for for defining necessary DDDEF for system .

But I never encountered below options in my earlier version, So I am not
able to decide what should be value for #zoglobal ,#zotarg ,#zodist and
#hlqual  variable.

As per JCL comment data ,

CHANGE THE TARGET ZONE OPTION FIELD #zotarg TO A VALID
OPTIONS NAME THAT COMPLIES WITH YOUR SITE'S NAMING
CONVENTIONS.

But still its not clear to me . As we are using command Global CSI, So,
some of these option are already present in Global zone and most of them
are new with this IMS 14.1.

//**************************************************************/
//*              ALLOCATION AND INITIALIZATION                 */
//**************************************************************/
//*
//SMPCNTL  DD *
  SET BDY(GLOBAL).
  UCLIN .
  /**********************************************************/
  /* SPECIFY OPTIONS fOR IMS                                */
  /**********************************************************/
    ADD OPTIONS(#zoglobal)
     ASM(ASMUTIL)
     COPY(COPYUTIL)
    DSPREFIX(#hlqual)
     DSSPACE(500,500,1300)
     RETRYDDN(ALL)
    .
  ADD OPTIONS(#zotarg)
        ASM(ASMUTIL)
        LKED(LINKT)
        COPY(COPYUTIL)
        DSPREFIX(#hlqual)
       DSSPACE(500,500,1300)
     RETRYDDN(ALL)
     .
  ADD OPTIONS(#zodist)
      ASM(ASMUTIL)
     LKED(LINKD)
     COPY(COPYUTIL)
     DSPREFIX(#hlqual)
     DSSPACE(500,500,1300)
     RETRYDDN(ALL)
     .
  ADD UTILITY(ASMUTIL)
     NAME(ASMA90)
     RC(0)
     PRINT(SYSPRINT)
     PARM(NOOBJECT,DECK,SIZE(MAX,ABOVE),FLAG(NOPUSH),COMPAT(NOCASE))
     .
   ADD UTILITY(LINKT)
       NAME(IEWL)
       RC(0)
       PRINT(SYSPRINT)
       .
   ADD UTILITY(LINKD)
       NAME(IEWL)
       RC(4)
       PRINT(SYSPRINT)
       .
   ADD UTILITY(COPYUTIL)
       NAME(IEBCOPY)
       RC(0)
       PRINT(SYSPRINT)


Please suggest.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to