DSNJ322I DISPLAY ARCHIVE REPORT FOLLOWS—

Explanation

This message displays output from the DISPLAY ARCHIVE command. This output contains information about archive log data sets that are in use for the subsystem or data-sharing member. For data-sharing environments, it does not include information about the entire group.

The output begins with the following lines that describe the basic characteristics of the archive units for reading the archive logs:

DSNJ322I  -DISPLAY ARCHIVE REPORT FOLLOWS- 
                COUNT                   TIME
              (TAPE UNITS)            (MIN,SEC)
name           count                     time
name           count                     time
name
An identifier for the count and time values that follow on the same line.

name can have one of the following values:

DSNZPARM
The count and time values that follow are the values that were specified during Db2 installation. These values correspond to the following subsystem parameters:
  • The count value is from the MAXRTU subsystem parameter.
  • The time value is from the DEALLCT subsystem parameter.
CURRENT
The count and time values that follow are the current values in the Db2 subsystem. These values might be the same as the subsystem parameter values that are listed in the DSNZPARM line. However, if those values were overridden by the SET ARCHIVE command, this line lists those changed values.
count
The maximum number of tape units that can be allocated to concurrently read archive log tape volumes.
time
The length of time that an allocated archive read tape unit can remain unused before it is deallocated. The format is minutes,seconds. Start of changeA time value of 1440 indicates that there is no limit to the length of time.End of change

After the information about archive units, the output contains the following lines:

===============================================
ADDR  STAT  CORR-ID  VOLSER  DATASET_NAME 
addr  status  corr-id  vname   dsname
...
END OF DISPLAY ARCHIVE REPORT.

These lines describe the archive log data sets that are being read. After the heading information, one line is displayed for each archive log data set that is being read. Each of those lines includes the following information:

addr
The physical address of the device that is allocated to read the archive log.
status
The status of the device, which can be one of the following values:
BUSY
The device is actively processing an archive log data set.
PREM
The device is active and allocated for premount.
AVL
The device is inactive and waiting for work.
RCAL
The archive data set is being recalled by HSM.
corr-id
The correlation id that is associated with the user of the device that is being processed. If the status is PREM or AVL, this column might contain *****, which indicates that a current user is not associated with this device.
vname
The name of the archive volume that is mounted at the device address.
dsname
If status is BUSY, PREM or RCAL, the name of the data set on the archive volume that is being processed.

If status is AVL, the name of the data set on the archive volume that was last processed.

Start of changeKEY LABEL key-labelEnd of change
Start of changeThe key label that was used to encrypt the archive log data set.End of change

If no archive logs are currently being read, the following message is displayed instead of the lines that describe the archive log data sets:

NO ARCHIVE READ ACTIVITY

System action

Processing continues.

User response

No action is required.