M204.1751

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

M204.1751  Invalid alphanumeric edit pattern (token): missing "!" character

The edit pattern contains a non-alphanumeric insertion character which is not preceded by an escape character (!). Any character other than A-Z, a-z, 0-9, and blank must be preceded by an escape character. If the processing direction is from right to left, the escape character must appear to the right of the insertion character.

Response: Place an escape character before each non-alphanumeric insertion character in the edit pattern.

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