Manually starts a new condense cycle before the wait period for resuming condense processing has elapsed, if you are running PowerExchange Condense in continuous mode. You specify the wait period in the NO_DATA_WAIT parameter of the PowerExchange Condense CAPTPARM configuration member.
You can issue a pwxcmd condense command from a Linux, UNIX, or Windows system to a PowerExchange Condense process running on a remote i5/OS or z/OS system.
Syntax
The syntax varies by system.
On an i5/OS system, use the following syntax to issue a command to an i5/OS batch job:
SNDPWXCMD CMDHDLRLIB(
condlib
) DTLCMD(CONDENSE)
The
condlib
variable is the name of the library that contains the condense files. You specify this library in the COND_DIR parameter of the CAPTPARM configuration member.
On a z/OS system, use the following syntax:
F
task_name
,CONDENSE
The
task_name
variable is the name of the PowerExchange Condense started task that you are running in continuous mode. Usually, the PowerExchange Condense runs as a started task.