Hi, I'm Bolo!
What would you like to know?
ASK BOLOPreview
Please to access Bolo.

Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Commands
  3. Adabas Log-Based ECCR Commands
  4. Batch VSAM ECCR Commands
  5. CICS/VSAM ECCR Commands
  6. Datacom Table-Based ECCR Commands
  7. DB2 for z/OS ECCR Commands
  8. IDMS Log-Based ECCR Commands
  9. IMS Synchronous ECCR Commands
  10. IMS Log-Based ECCR Commands
  11. PowerExchange Agent Commands
  12. PowerExchange Condense Commands
  13. PowerExchange Listener Commands
  14. PowerExchange Logger for z/OS Commands
  15. PowerExchange Logger for Linux, UNIX, and Windows Commands
  16. pwxcmd Commands

Command Reference

Command Reference

Starting PowerExchange Condense

Starting PowerExchange Condense

The method of starting PowerExchange Condense depends on the operating system.
Before you start PowerExchange Condense, configure the DBMOVER and CAPTPARM configuration members. Use the COLL_END_LOG parameter in the CAPTPARM configuration file or member to set the run mode to continuous mode or batch mode. For more information about PowerExchange Condense configuration, see
PowerExchange CDC Guide for i5/OS
or
PowerExchange CDC Guide for z/OS
.
You cannot use the pwxcmd program to start PowerExchange Condense.

Starting PowerExchange Condense on i5/OS

Use the SBMJOB command to invoke the DTLCACON program.
You can include the optional CONFIG and LICENSE parameters to specify an override configuration file or license key file that you want to use instead of the default DBMOVER configuration file or license.key file. The override files must have a file name or path that is different from that of the default files. These override files take precedence over any override configuration and license key files that you specified in the optional PWX_CONFIG and PWX_LICENSE environment variables.
To start the PowerExchange Condense DTLCACON program on the PowerExchange Listener system, use the following command syntax:
SBMJOB CMD(CALL PGM(DTLCACON) PARM(‘[CS=
library
/
file
(
mycondense_config_member
)]’ ‘[CONFIG=
library/file(myconfig_member)
]’ ‘[LICENSE=
library/file(mylicensekey_member)
])’) JOB(
job_name
) JOBD(
datalib
/DTLLIST) JOBQ(*JOBD) PRTDEV(*JOBD) OUTQ(*JOBD) CURLIB(
datalib
) INLLIBL(*JOBD) SPLFACN(*JOBD)
This syntax contains the following variables:
  • job_name
    is the name of the Condense job that you want to start.
  • datalib
    is the name of the PowerExchange data library that you specified at installation.
  • In the CS parameter, you can specify
    condlib
    /CFGCOND(CAPTPARM), where
    condlib
    is the name of the library that contains the PowerExchange Condense files. To run a job for each journal that PowerExchange Condense processes, specify the appropriate
    condlib
    library name.
  • To prevent the system job table from exceeding its maximum size, the job description specifies SPLFACN(*DETACH). Because this is not the system default, including the SPLFACN(*JOBD) parameter ensures that the parameter is specified correctly.
In the syntax, you can specify one or more of the following optional parameters:
CS
Specifies the library, file name, and member name for any condense configuration member that you created and want to use instead of the default
condlib
/CFGCOND(CAPTPARM) configuration member.
CONFIG
Specifies the library, file name, and member name of any override dbmover configuration member that you created and want to use instead of the default
datalib
/CFG(DBMOVER) configuration member.
LICENSE
Specifies the library, file name, and member name for any override license key member that you created and want to use instead of the default license key member.
In these parameters, the full path is required only if the member does not reside at the default location.

Starting PowerExchange Condense on z/OS

On a z/OS system, you can run PowerExchange Condense as a started task or batch job. PowerExchange provides sample JCL in the COND
xxx
and PCND
xxx
members of the SAMPLIB library, where
xxx
indicates the data source type. COND
xxx
members run PowerExchange Condense as a batch job, and PCND
xxx
members run PowerExchange Condense as a started task. For more information, see the
PowerExchange CDC Guide for z/OS
.

0 COMMENTS

We’d like to hear from you!