REPLY_LIST_INFO view

The REPLY_LIST_INFO view contains information about the current job's reply list entries.

The following table describes the columns in the view. The system name is REPLYLIST. The schema is QSYS2.

Table 1. REPLY_LIST_INFO view
Column Name System Column Name Data Type Description
SEQUENCE_NUMBER SEQNO SMALLINT The number that specifies the search order of the entries in the reply list.
MESSAGE_ID MSGID VARCHAR(7) The identifier of the inquiry message for which automatic system action is to be taken.

A value of ANY indicates that this reply list entry matches any message identifier. Unless comparison data is specified for this reply list entry, all reply list entries with a sequence number greater than this one are ignored.

MESSAGE_REPLY REPLY VARCHAR(32) When an inquiry message is received with a matching message identifier, this value defines whether an automatic reply to the message is given.
DEFAULT
The default reply to the inquiry message is sent.
REQUIRED
The inquiry message requires an explicit reply.
character string
The character string to be sent as the reply to the inquiry message.
COMPARISON_DATA COMPDATA VARGRAPHIC(28) CCSID 1200
Nullable
The character string that is compared with the message data of the inquiry message.

Contains the null value if there is no comparison data.

COMPARISON_DATA_OFFSET OFFSET SMALLINT
Nullable
The position in the message data of the inquiry message at which the comparison with the COMPARISON_DATA starts.

Contains the null value if there is no comparison data.

DUMP_JOB DUMPJOB VARCHAR(3) Specifies whether the job that sent the inquiry message is to be dumped.
NO
The job is not dumped.
YES
The job is dumped before control returns to the program that is sending the message.

Example

  • See the reply list entries for your job
    SELECT * FROM QSYS2.REPLY_LIST_INFO