Setting up the interface
Use the following procedure to set up the interface to integrate MainView for DBCTL with Log Analyzer for IMS. During the set up, you are required to:
- Create a customized version of REXX EXEC IOFLUISP in BBCLIB
- Specify the required data sets for the Log Analyzer libraries
- Define allocation parameters for extract and index data sets
- Specify the installation libraries for the JCL generator
To set up the interface
- From the MainView for IMS library (BBSAMP), copy the Log Analyzer for IMS sample REXX EXEC IOFLUISP and save it to the BBCLIB library.
In the copy of the REXX EXEC IOFLUISP, modify the following data set names to conform to the BMC Log Analyzer for IMS installation conventions:
LUILLIB = "'BMCNODE.LOAD'"
USCLIB = "'BMCNODE.XXLINK'"
LUIMLIB = "'BMCNODE.LUIMLIB'"
LUIPLIB = "'BMCNODE.LUIPLIB'"
LUISLIB = "'BMCNODE.LUISLIB'"
LUITLIB = "'BMCNODE.LUITLIB'"From one of the following source views, select any SLDS or transaction to use for the set up and then hyperlink to the Log Analyzer Interface view (IMVILUI) as shown in the following table:
To examine
Use the following view
System log data sets
Query RECON SLDS view (IDBRSLDS)
You can hyperlink from any data set name to access the Log Analyzer Interface view (IMVILUI).
Transaction abends
Transactions by abend, real time view (ITRABEND)
For any abend, you can hyperlink from the Sys Code or User Code field to access the Log Analyzer Interface view (IMVILUI).
Transactions identified from a summary trace
Trace Summary view (ITASUM)
For any transaction, hyperlink from the LUI JCL field to access the Log Analyzer Interface view (IMVILUI).
From the Log Analyzer Interface view (IMVILUI), hyperlink on Link to BMC Log Analyzer for IMS.
The interface dialog is displayed as shown in the following sample (which was accessed from IDBRSLDS):------------------MvIMS to BMC Log Analyzer for IMS Interface -----------------
RELEASE 5.3.00
Select Option =>
0 SETUP - Specify variables for Jobcard and library DSNs
1 SUMMARY - Build JCL for Summary & LUOW Summary Reports
2 DETAIL - Build JCL for LUOW Detail Report
3 SUMMARY & DETAIL - BUILD JCL FOR LUOW Summary and Detail report
4 INDEX FILE - Build JCL to create Index File
5 ANALYZE - Use Log Analyzer Interface to Analyze Index
6 MAIN MENU - MvIMS JCL Generator
X EXIT - Exit Log Analyzer for IMS interface with MvIMS
-----------------------------------------------------------------------
*TYPE => SLDS (SLDS,ABND,TSUM)
IMSID => I15V
IMS Release => R151 (R121,R131,R141,R151)
RECON => IMS.V151V.RECON1
UNIT OF WORK =>
SLDS => IMS.SLDSP.I15V.D17337.T2310092.V00
=>
Transaction => PSB Name =>
USERID =>
INTERVAL: Limit your request to small interval of time
*START Date/Time => 2017337/231009 (YYYYDDD/HHMMSS)
*END Date/Time => 2017337/232417 (YYYYDDD/HHMMSS)
-----------------------------------------------------------------------
INDEX DSN =>
EXTRACT DSN =>
JOBCARD You may fill out Jobcard below.
Press PF1 to View Help.
Press PF3 to Return to previous Menu.
At Select Option, enter 0 (SETUP).
The interface set up dialog is displayed:------------MvIMS to BMC Log Analyzer for IMS Interface setup------------------
RELEASE 5.3.00
* BMC Log Analyzer for IMS REXX EXEC ==>
JOBCARD
Required Datasets: NO Quotes around DSNs!
* LOG ANALYZER STEPLIB ==>
==>
==>
==>
Allocation Parms for Extract and Index Datasets
* INDEX DSN ==>
* EXTRACT DSN ==>
* SPACE UNITS ==> (CYL or TRK)
* PRIMARY ==> * SECONDARY ==>
* VOLSER ==> STORCLAS ==>
MGMTCLAS ==>
INSTALLATION LIBRARIES FOR JCL GENERATOR
* MV BBLINK LIB ==> SYS2.BBPROD.BBLINK
* MV CLIST LIB ==> IMF53.CBENG.BBCLIB
* MV PANEL LIB ==> IMF53.CBENG.BBPLIB
* MV MSG LIB ==> IMF53.CBENG.BBMLIB
* MV SKELETON LIB ==> IMF53.CBENG.BBSLIB
Press ENTER to save values and return to previous menu.
Press PF3 to Return to previous menu.
- At BMC Log Analyzer for IMS REXX EXEC, enter REXX EXEC IOFLUISP.
If you renamed the REXX EXEC IOFLUISP when you saved it in the BBCLIB library, use the name. Under JOBCARD, specify the job statement to use for executing the analysis job.
At Required Datasets, enter the required Log Analyzer data sets for the STEPLIB.
- At Allocation Parms for Extract and Index Datasets, specify data set names and parameters for use during analysis of LUOWs as follows:
- At INDEX DSN, enter the data set name of the index file to be allocated.
- At EXTRACT DSN, enter the data set name pf the extract file to be allocated.
- At SPACE UNITS, specify whether to allocate space in cylinders and tracks.
- At PRIMARY, specify the amount of primary space to use for the allocated data set.
- At * SECONDARY, specify the secondary space to use for the allocated data set.
- At VOLSER, enter the colume serial number to use for the ollcated data set.
- At STORCLAS, specify the the SMS storage class to use for the allocated data set.
- At MGMTCLAS, enter the SMS management class to use for the allocated data set.
Related topic