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

pwxcmd close Command

pwxcmd close Command

Stops a PowerExchange ECCR on z/OS. You can issue this command to an Adabas, IDMS, or IMS log-based ECCR or to a Datacom table-based ECCR on z/OS. When you restart the ECCR, it resumes reading log records from where it left off. No changes are lost.
If the ECCR is in a wait state, it will shut down after the wait interval expires or when the ECCR is activated by a console command.
Use the following syntax:
pwxcmd close {-service|-sv}
service_name
             [{-user|-uid|-u}
user_ID
]              [{{-password|-pwd|-p}
password
|{-epassword|-e}
encrypted_password
}]
The close command issues the following message:
PWX-07820 ECCR: Close Command accepted
The following table describes
pwxcmd
close 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.

0 COMMENTS

We’d like to hear from you!