Completing BMC Log Analyzer for IMS customization
This section describes the steps for customizing BMC Log Analyzer for IMS .
To customize BMC Log Analyzer for IMS , you must customize the Log Analyzer ISPF interface. Log Analyzer includes a sample CLIST that you can use to invoke the ISPF interface. This CLIST provides dynamic access to Log Analyzer libraries (through LIBDEF instructions) and displays the main menu of the Log Analyzer ISPF interface. You must customize the CLIST to point to the installed Log Analyzer libraries. You can also preset ISPF profile variables for the interface.
To customize the interface
- Copy member LUICI@00 of the SAMP library to your system CLIST library.
- Edit member LUICI@00.
- Change all instances of BMCNODE to the high-level qualifier <hlq> that was used to allocate the Log Analyzer libraries.The <hlq> is your user ID unless you changed the value of the PROFILE keyword in the job that expanded the installation image.
Change all instances of prd to the appropriate value based on whether you chose merged libraries or non-merged libraries during installation.
- If you chose merged libraries, change prd to IM.
- If you chose non-merged libraries, change prd to LUI.
- Save the changes to member LUICI@00.
- (optional) Preset profile variables.You can preset profile variables for all users of the interface. Edit member LUIZUSER of the PLIB library as explained in the comments.
Test the CLIST by entering the following command on any ISPF panel that accepts TSO commands:TSO %LUICI@00
The Log Analyzer logo panel is displayed. When you press Enter, the Log Analyzer Main Menu is displayed.
Related topic