Previous Topic: How to Convert from E/NatNext Topic: Installation Data Set Names


Japanese Panels and Messages

For the Japanese installation, additional steps are needed to install the Japanese menus and panels. You must perform one of the following procedures depending on which method you are using to identify the CA Endevor SCM libraries to the ISPF environment.

This section contains the following topics:

Edit ENDEVOR Member for Japanese Installation

Edit Member BC1PCLS1 for Japanese Installation

Edit ENDEVOR Member for Japanese Installation

For the Japanese installation, the names of the libraries containing the Japanese ISPF messages and panels must be added to the ISPMLIB and ISPPLIB data set concatenations in the CLIST that you use to invoke the CA Endevor SCM product.

To Edit ENDEVOR Member

  1. Make a backup copy of the CSIQCLS0 member ENDEVOR.

    This copy will be available if you need to view or use the original version of the member.

  2. Edit the ENDEVOR member, using your site’s ISPF editor, to change the following lines to look like the After example.

    Before (as delivered):

    ISPEXEC LIBDEF ISPPLIB DATASET ID('IPRFX.IQUAL.CSIQPENU')
    ISPEXEC LIBDEF ISPMLIB DATASET ID('IPRFX.IQUAL.CSIQMENU')
    

    After:

    ISPEXEC LIBDEF ISPPLIB DATASET ID +
    ('IPRFX.IQUAL.CSIQPJPN' +
     'IPRFX.IQUAL.CSIQPENU')
    ISPEXEC LIBDEF ISPMLIB DATASET ID +
    ('IPRFX.IQUAL.CSIQMJPN' +
     'IPRFX.IQUAL.CSIQMENU')
    

    The ENDVOR member has been edited to add the Japanese messages and panel libraries to the ENDEVOR CLIST library concatenations.

Edit Member BC1PCLS1 for Japanese Installation

For the Japanese installation, the names of the libraries containing the Japanese ISPF messages and panels must be added to the ISPMLIB and ISPPLIB data set concatenations in the CLIST that you use to invoke the CA Endevor SCM product.

To Edit BC1PCLS1 Member

  1. Make a backup copy of the CSIQCLS0 member BC1PCLS1.

    This copy will be available if you need to view or use the original version of the member.

  2. Edit the BC1PCLS1 member, using your site’s ISPF editor, to change the following lines to look like the After example.

    Before (as delivered):

    FREE  FI(ISPPLIB)                 
    ALLOC FI(ISPPLIB) +               
          DA('ISP.SISPPENU' +         
             'IPRFX.IQUAL.CSIQPENU') +
          SHR                         
                                      
    FREE  FI(ISPMLIB)                 
    ALLOC FI(ISPSMLIB) +               
          DA('ISP.SISPMENU' +         
             'IPRFX.IQUAL.CSIQMENU') +
          SHR                         
    

    After:

    FREE  FI(ISPPLIB)                 
    ALLOC FI(ISPPLIB) +               
          DA('ISP.SISPPENU' +         
             'IPRFX.IQUAL.CSIQPJPN' +
             'IPRFX.IQUAL.CSIQPENU') +
          SHR                         
                                      
    FREE  FI(ISPMLIB)                 
    ALLOC FI(ISPMLIB) +               
          DA('ISP.SISPMENU' +         
             'IPRFX.IQUAL.CSIQMJPN' +
             'IPRFX.IQUAL.CSIQMENU') +
          SHR                         
    

    The BC1PCLS1 member has been edited to add the Japanese messages and panel libraries to the ENDEVOR CLIST library concatenations.