PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5.6
- All Products
SYSTEM_OPTIONS [LOGGER_NAME=id,] [CHKPT_FREQUENCY=nnnn,] [START_TRACE=Y|N,] [SUFFIX=n,] [TIMER_INTERVAL=nnnn,] [TIME_CHKPT_FREQ=nn]
Parameter
| Description
| Valid Values
|
---|---|---|
LOGGER_NAME
| Specifies the PowerExchange Logger ID.
| A string from one to four characters in length.
The following rules apply:
|
CHKPT_FREQUENCY
| Specifies the number of log records to process before taking a checkpoint.
| A number from 1 to 2 31 -1.
Default is 10,000.
|
START_TRACE
| Specifies whether the Logger trace is active.
For the trace output to be received, the EDMTRACE DD statement must be in the Logger JCL.
| One of the following values:
Default is N.
The value Y causes additional overhead in the Logger. Enter Y only at the request of Informatica Global Customer Support.
|
SUFFIX
| Specifies the unique suffix for a member in a Post-Log Merge group.
| A unique number from 1 through 9.
|
TIMER_INTERVAL
| Specifies how frequently the Logger performs its internal management operations, such as freeing unused virtual storage or detecting inactive tasks that need to be POSTed.
| An interval in hundredths of seconds in the following range:
Default is 100.
|
TIME_CHKPT_FREQ
| Specifies how frequently time-based checkpoint records are created in a Post-Log Merge environment.
This parameter is used only when running Post-Log Merge.
| The checkpoint frequency expressed in number of elapsed TIMER_INTERVAL periods.
This number must be in the following range:
Default is 30.
If you use the default TIMER_INTERVAL value of 100 hundredths of a second with the default of 30 for this parameter, a time-based checkpoint record is written every 30 seconds (100 * 1/100 * 30).
|