M204.1755

From m204wiki
Jump to navigation Jump to search

M204.1755  Invalid numeric edit pattern (token): missing $$​,​++​,​--​,​z​,​*​,​9

The edit pattern specified for $EditN does not contain any digit positions. If one of the following is being used to specify floating insertion characters, then at least two such characters must appear consecutively:

$ + -

Response: Correct the edit pattern so that it contains at least one digit position.

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