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

DISPLAY OBJECT=LOG Command

DISPLAY OBJECT=LOG Command

Displays information about PowerExchange Logger for z/OS active log data sets, archive log data sets, or both types of log data sets.

Syntax

To issue the command with the MVS MODIFY command, use the following syntax:
MODIFY
proc_name
,DISPLAY OBJECT=LOG,[TYPE={ALL|ACTIVE|ARCHIVE}],[DSN={*|
pattern}
]
Alternatively, you can use the following syntax:
F
proc_name
,DIS OB=LOG,[TYPE={ALL|ACT|ARC}],[DSN={*|
pattern}
]
The
proc_name
variable is the PowerExchange Logger procedure name.
To issue the command in batch mode, add the following control statements to a batch job:
DISPLAY OBJECT=LOG, [TYPE={ALL|ACTIVE|ARCHIVE}], [DSN={*|
pattern}
] END

Parameter Descriptions

You can specify the following parameters for DISPLAY OBJECT=LOG:
TYPE
Defines the type of log data sets for which to display information. Enter one of the following options:
  • ALL. Displays information about all active and archive logs that match the specified DSNAME value.
  • ACTive. Displays information about all active logs that match the specified DSNAME value.
  • ARChive. Displays information about all archive logs that match the specified DSNAME value.
    The uppercase letters in the option names indicate the short form of the option name that you can enter.
Default is ACTive.
{DSN|DSNAME}={*|
pattern
}
Specifies the data set names of the PowerExchange Logger log data sets for which to display information. You can enter the data set names in any of the following ways:
  • To select a single PowerExchange Logger log data set, enter a fully-qualified data set name.
  • To select all PowerExchange Logger log data sets, enter only the asterisk (*) wildcard.
  • To select a subset of the log data sets, enter a wildcard pattern. A wildcard pattern is composed of the first part of a data set name followed by the asterisk (*) wildcard, such as PWXUSR1.PWXT.PWXL.SECA.
Default is the asterisk (*) wildcard.

Example

The following command displays information about all active log data sets of the PowerExchange Logger PWXLLOG5:
F PWXLLOG5,DIS OB=LOG,TYPE=ACT,DSN=*
The resulting output is:
PWXEDM172679I Logger LOG ACTIVE report follows: *Start RBA End RBA Log Dsname Status 0000093A8000 00000C4DFFFF PWXUSR1.PWXT.PWXL.PRILOG.DS01 REUS,IN-USE 00000C4E0000 00000F617FFF PWXUSR1.PWXT.PWXL.PRILOG.DS02 REUS 000006270000 0000093A7FFF PWXUSR1.PWXT.PWXL.PRILOG.DS03 REUS 0000093A8000 00000C4DFFFF PWXUSR1.PWXT.PWXL.SECLOG.DS01 REUS,IN-USE 00000C4E0000 00000F617FFF PWXUSR1.PWXT.PWXL.SECLOG.DS02 REUS 000006270000 0000093A7FFF PWXUSR1.PWXT.PWXL.SECLOG.DS03 REUS

0 COMMENTS

We’d like to hear from you!