M204.1587

From m204wiki
Jump to navigation Jump to search

M204.1587  FSCB full​,​ image too large: LFSCB required ​=​ token​,​ bytes available in FSCB ​=​ token2

The value specified in an Identify statement with the Len or Occurs option causes the size of the associated Image to overflow the full screen buffer (FSCB). The FSCB is a server work area that is used to hold a compiled Image definition.

Response: Use the VIEW LFSCB command to determine the current size of the FSCB. Use the UTABLE command to increase the value of the LFSCB parameter. Check the SOUL request for programming errors that might cause the value specified in the Identify statement to be too large. 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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages