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 MVS Commands
  15. PowerExchange Logger for Linux, UNIX, and Windows Commands
  16. pwxcmd Commands

Command Reference

Command Reference

DISPLAY OBJECT=CONNECTION Command

DISPLAY OBJECT=CONNECTION Command

Displays information about PowerExchange Logger reader connections, writer connections, or all unit-of-work (UOW) connections.

Syntax

To issue the command with the MVS MODIFY command, use the following syntax:
MODIFY
proc_name
,DISPLAY OBJECT=CONNECTION,[{TYPE=READER|WRITER|UOW}],[CONID={*|
pattern}
]
Alternatively, you can use the following shorter command syntax:
F
proc_name
,DIS OB={CON|CONN},[TYPE={READER|WRITER|UOW}],CONID=[{*|
pattern}
]
Separate the parameters with a comma only. The
proc_name
variable is the PowerExchange Logger procedure name.
To issue the command in batch mode, add the following control statements to the batch job:
DISPLAY OBJECT=CONNECTION, [TYPE={READER|WRITER|UOW}], [CONID={*|
pattern}
] END
If you enter DISPLAY only, PowerExchange treats the DISPLAY command as if you had entered it with the OBJECT=CONNECTION keyword.

Parameter Descriptions

You can specify the following parameters for DISPLAY OBJECT=CONNECTION:
TYPE
Defines the type of connections for which to display information. Enter one of the following options:
  • READER. Displays information about log reader connections.
  • WRITER. Displays information about log writer connections.
  • UOW. Displays information about UOW connections, including the UOW ID in hexadecimal format. You can use this UOW ID as input to the RESOLVE_INDOUBT UOW command.
This parameter is optional. If you do not include it, PowerExchange displays information for all connection types.
If you also specify the CONID parameter, only the connections that match the connection ID criteria in CONID are displayed.
CONID
Specifies the connection IDs of the PowerExchange Logger connections for which to display information. You can enter the connection IDs in any of the following ways:
  • To select a single PowerExchange Logger connection, enter a specific connection ID.
  • To select all PowerExchange Logger connection IDs, enter the asterisk (*) wildcard only.
  • To select a subset of connection IDs, enter a wildcard pattern. A wildcard pattern is composed of the first part of a connection ID followed by the asterisk (*) wildcard, such as PWX*.
Default is the asterisk (*) wildcard.

Example

The following command displays information about all active log writer connections of the PowerExchange Logger PWXLLOG5:
F PWXLLOG5,DIS OB=CON,TYPE=U
The resulting output is:
PWXEDM172679I EDM Logger UOW Connection report follows: _Name__________________________________Logger_UOW________________Type_and_Status_ |E7E8000000000012F324F9B0000000000000 SXPL000006A8D6FE00000000 UOW In_Flight

0 COMMENTS

We’d like to hear from you!