M204.1251

From m204wiki
Revision as of 04:29, 1 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1251  Line too long

A logical input line is longer than LIBUFF bytes. A logical input line is composed of one or more physical input lines where all but the last line have a non-blank character in column INCCC and all dummy string substitutions have been performed.

Response: If you do not want to have your physical input lines concatenated, either verify that the INCCC parameter is set to a column beyond the end of your longest physical input line (but not beyond INMRL), or set INCCC to 0 to disable this type of line continuation.

If you are compiling a SOUL request and you want to have your lines continued, use a hyphen at the end of the line but before the INCCC column. Lines continued in this way have no buffer limit.

If the problem continues, contact your system manager.

System manager response: If necessary, increase the value of the LIBUFF parameter in your Model 204 system initialization stream.

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

Back to list of messages