M204.0533

From m204wiki
Jump to navigation Jump to search

M204.0533  Editing space exhausted -- DKBL

The space allocated to hold new text during a line editing session has been exhausted. You are restarted softly, and the entire editing session is lost. One disk page (approximately 6000 characters) is allocated for insertions and replacements.

Response: If you must insert more text, break your editing session into pieces by exiting from the Editor, and reissuing the EDIT command. Otherwise, use the Full Screen Editor, which does not have the limit of 6000 characters.

Message attributes:

RETCODEO=16Sets online return code
RETCODEB=16Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages