M204.1894

From m204wiki
Jump to navigation Jump to search

M204.1894  Parallel stream token member token2 record token3 token4 contains x'hexValue' in position token5

This message is issued when record number token3 within parallel stream token is the same length for all members, but does not have the same contents for all members. This message is issued for each member to specify a difference between the members of the parallel stream.

The message issued for parallel stream member token2 identifies that position token5 is not the same for all members, and that it contains a value of hexValue0 for the member. If the stream contains checkpoint or journal records, the sequence number and the date and time (token4) of the record are given.

This message is always issued in conjunction with message M204.1282.

System manager response: Follow the instructions given for message M204.1282.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages