Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

Configuring Statistics Logging to SMF

Configuring Statistics Logging to SMF

PowerExchange does not write statistics records to SMF by default. To enable statistics logging to SMF, specify the STATS statement with the SMF parameter in the DBMOVER configuration member on z/OS.
Use the following syntax:
STATS=(SMF,
record_type_number
,{
interval
|
0
})
For example:
STATS=(SMF,255,0)
The following table describes the parameters in the statement:
Parameter
Description
record_type_number
A number that identifies the SMF record type.
If you use multiple PowerExchange Listeners, Informatica recommends that you use a unique record-type number for each Listener so that you can collect statistics separately for each one.
Ensure that the record-type number is not in use by any other third-party program or product on the system.
Valid values are 128 through 255.
interval
The interval, in minutes, at which PowerExchange writes statistics records to SMF.
Valid values are 0 and any number from 5 through 120.
Default is 0, which disables interval processing. PowerExchange writes an SMF record when the PowerExchange Listener shuts down.
Also, ensure that all libraries in the STEPLIB of the PowerExchange Listener JCL are APF-authorized.
After you configure the STATS statement and APF-authorize the STEPLIB libraries, restart the PowerExchange Listener.

0 COMMENTS

We’d like to hear from you!