M204.1753: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
mNo edit summary
 
Line 1: Line 1:
{{Template:M204.1753 skeleton}}
{{Template:M204.1753 skeleton}}
<P>The edit pattern parameter for $EDITN was omitted or was null. </P>
<P>
<p><b>Response:</b> Provide a nonnull edit pattern parameter. </p>
The edit pattern parameter for <var>$EditN</var> was omitted or was null. </P>
<p>
<b>Response:</b> Provide a nonnull edit pattern parameter.  
</p>
{{Template:M204.1753 footer}}
{{Template:M204.1753 footer}}
<!-- skeleton as it was in pdf/NULL NUMERIC EDIT PATTERN NOT ALLOWED /-->
<!-- skeleton as it was in pdf/NULL NUMERIC EDIT PATTERN NOT ALLOWED /-->

Latest revision as of 18:41, 12 March 2018

M204.1753  Null numeric edit pattern not allowed

The edit pattern parameter for $EditN was omitted or was null.

Response: Provide a nonnull edit pattern parameter.

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