RTVDMJENT - Retrieve CDC Replication journal entry

Use this command to determine whether a user-specified journal receiver is being used by CDC Replication.

Based on a specified journal, this command returns the sequence number and journal receiver name of the last confirmed journal entry processed by CDC Replication.

Because this command uses return parameters, you should issue this command from a CL program. Use the results provided by this command to determine if a user-specified journal receiver is being used by CDC Replication and therefore unavailable for deletion.

When CDC Replication has been set up and installed to replicate from a remote journal, you must issue this command from the source server where the remote journal resides. CDC Replication returns the sequence number and journal receivers of the remote journal.

Applies To—Source

Parameters

Table 1. Supported keywords
Keyword Description Choices Notes
JOURNAL Journal name Qualified object name Required
Qualifier 1: Journal name Name
Qualifier 2: Library Name

Journal name (JOURNAL)

The name of the CDC Replication journal

This is a required parameter.

Qualifier 1: Journal name
Name
Specifies the name of the journal.
Qualifier 2: Library
Name
The name of the library where the journal resides.

Result

JRENTCONF

The last confirmed (replicated) journal entry sequence number.

JRNRCVNME

The journal receiver name of the last confirmed entry.

JRNRCVLIB

The library where the journal receiver is located.

Examples

RTVDMJENT JOURNAL(D_MIRROR/DMCJRN)

Retrieves journal information for journal DMCJRN in library D_MIRROR.