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

pwxcmd displaystats Command

pwxcmd displaystats Command

Displays monitoring statistics for a PowerExchange ECCR on z/OS. You can issue the command to an Adabas, IDMS, or IMS log-based ECCR or to a Datacom table-based ECCR. The information displayed by the displaystats pwxcmd command is the same as that displayed by the STATISTICS command.
Use the following syntax:
pwxcmd displaystats {-service|-sv}
service_name
[{-user|-uid|-u}
user_ID
[{-password|-pwd|-p}
password
}|{-epassword|-e}
encrypted_password
}] [{-type|-tp terse}
A PWX-06153 message reports the number of inserts, deletes, and updates that were captured by the ECCR. The message is issued after the ECCR reads data from the source log, and at the end of the ECCR run.
The following table describes pwxcmd displaystats options and arguments:
Option
Argument
Description
-service
-sv
service_name
Required. The service name for the PowerExchange ECCR job or started task on z/OS that is the target of this pwxcmd command. For ECCRs, the service name is the ECCR name that is specified in the CMDNODE statement in the dbmover.cfg configuration file.
-user
-uid
-u
user_ID
Required if you enable security. A valid operating system user ID on the system that is the target of the command.
If you specify a user name, you must also specify a -password or -epassword value, but do not specify both.
-password
-pwd
-p
password
A password for the specified user.
For a PowerExchange log-based ECCR or table-based Datacom ECCR on z/OS, you can enter a valid PowerExchange passphrase instead of a password. A z/OS passphrase can be from 9 to 128 characters in length. A passphrase can contain the following characters:
  • Uppercase and lowercase letters
  • The numbers 0 to 9
  • Spaces
  • The following special characters:
    ’ - ; # \ , . / ! % & * ( ) _ + { } : @ | < > ?
    The first character is an apostrophe.
Passphrases cannot include single quotation marks (‘), double quotation marks (“), or currency symbols.
If a passphrase contains spaces, you must enclose it with double-quotation marks ("), for example,
"This is a passphrase"
. If a passphrase contains special characters, you must enclose it with triple double-quotation characters ("""), for example,
"""This passphrase contains special characters ! % & *."""
. If a passphrase contains only alphanumeric characters without spaces, you can enter it without delimiters.
On z/OS, a valid RACF passphrase can be up to 100 characters in length. PowerExchange truncates passphrases longer than 100 characters when passing them to RACF for validation.
To use passphrases, ensure that the PowerExchange ECCR runs with a security setting of SECURITY=(1,N) or higher in the DBMOVER member. For more information, see "SECURITY Statement" in the
PowerExchange Reference Manual
.
-epassword
-e
encrypted_password
An encrypted password for the specified user.
For a PowerExchange log-based ECCR or table-based Datacom ECCR on z/OS, you can enter an encrypted PowerExchange passphrase instead of an encrypted password. Do not encrypt a passphrase that contains invalid characters, such as double-quotation marks, single quotation marks, or currency symbols.
-type
-tp
report_type
Optional. Indicates the type of monitoring statistics to report. For a PowerExchange log-based ECCR or Datacom table-based ECCR, the only available type is
terse
. If you specify
-type terse
, the command response limits the results to those for the registered sources for which the ECCR has captured changes since the last run of the displaystats command. Otherwise, all registered sources are included, regardless of whether changed data was captured since the previous run of the command.

0 COMMENTS

We’d like to hear from you!