M204.1610

From m204wiki
Jump to navigation Jump to search

M204.1610  Only 4095 images allowed for a single block

More than 4095 Image statements appear before the first End Image. All of the images describe the same block of data. Model 204 allows a maximum of 4095 images of a single data block. Prior to version 7.7, the maximum was 255.

Response: Reduce the number of images of this block to the maximum or less. Note that items can redefine part of an image using the At clause without creating a separate image definition. If the images describe separate blocks of data, insert End Image statements between the images. Retry the request.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages