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
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
This copy will be available if you need to view or use the original version of the member.
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.
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
This copy will be available if you need to view or use the original version of the member.
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|