Add RJE Reader Entry (ADDRJERDRE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

Add RJE Reader Entry

The ADDRJERDRE command adds a reader entry to an existing session description. If an entry is added to a session description while the session is active, the change does not take effect until the session is ended and started again.

An *AUTO reader entry can be defined that finds the first available reader and uses it to run the reader job.

For SNA, one communications entry can be shared between multiple readers. Up to 15 reader entries are supported.

For BSC, each reader entry (except *AUTO) requires a corresponding communications entry. See the ADDRJECMNE command for more information. Up to seven reader entries are supported.

Error messages for ADDRJERDRE

*ESCAPE Messages

RJE0018
&1 already exists in &2 in library &3.
RJE0024
Errors found. Processing of request ended.
Top

Parameters

Keyword Description Choices Notes
SSND RJE session description Qualified object name Required, Positional 1
Qualifier 1: RJE session description Name
Qualifier 2: Library Name, *LIBL, *CURLIB
RDR RJE reader identification *AUTO, RD1, RD2, RD3, RD4, RD5, RD6, RD7, RD8, RD9, RD10, RD11, RD12, RD13, RD14, RD15 Required, Positional 2
JOBQ Reader job queue Single values: *NONE
Other values: Qualified object name
Optional, Positional 3
Qualifier 1: Reader job queue Name
Qualifier 2: Library Name, *LIBL, *CURLIB
MSGQ Message queue Single values: *NONE
Other values: Qualified object name
Optional
Qualifier 1: Message queue Name
Qualifier 2: Library Name, *LIBL, *CURLIB
Top

RJE Session Desc (SSND)

Specifies the qualified name of the session description to which the reader entry is added.

The possible library values are:

session-description-name: Specify the name of the session description.

Top

RJE Reader ID (RDR)

Specifies the reader entry that is added to the session description.

The possible values are:

Top

Reader Job Queue (JOBQ)

Specifies the qualified name of the job queue on which the jobs for this reader are placed.

The possible values are:

Top

Message Queue (MSGQ)

Specifies the qualified name of the message queue to which messages for the reader are sent.

The possible values are:

Top

Examples

None
Top

Error messages

*ESCAPE Messages

RJE0018
&1 already exists in &2 in library &3.
RJE0024
Errors found. Processing of request ended.
Top