M204.2785

From m204wiki
Jump to navigation Jump to search

M204.2785  Rewind invalid with stream configuration

A rewind was attempted on a stream that is concatenated or contains a concatenated stream definition.

In order for this rewind to succeed all concatenated members must have been defined as:

1. Data sets, or

2. Parallel streams whose members are all data sets.

The rewind failed because these conditions were not met.

Response:

Message M204.1845 should follow this message and give information about the stream name.

If the rewind was caused because CPMAX was exceeded on a CHECKPOINT/CHKPNTS stream then:

  • Either, increase CPMAX sufficiently so the rewind never occurs, or
  • Change the stream definition to conform to the above requirement.

If the stream is not a checkpoint stream then the stream definition must be changed. Note: For sub transaction enabled runs CPMAX is forced to be 1, therefore option (1) is not available in that case.

Version introduced: 7.4

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

Back to list of messages