M204.0771: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0771 skeleton}}
{{Template:M204.0771 skeleton}}
<P>
<P>
An INITIALIZE command has been issued for a file whose FILEORG parameter specifies a SORT, HASH, or RECSCTY option, but the character following the field name was not an equal sign (=). The only correct values following the
An <var>INITIALIZE</var> command has been issued for a file whose <var>FILEORG</var> parameter specifies a SORT, HASH, or RECSCTY option, but the character following the field name was not an equal sign (<tt>=</tt>). The only correct values following the
field name are an equal sign (=) followed by a decimal number. A correct example is: </P>
field name are an equal sign followed by a decimal number. A correct example is: </P>
<P class="code">INITIALIZE = SORTKEY = 8 </P>
<P class="code">INITIALIZE = SORTKEY = 8 </P>
<p>
<p>
<b>File manager response:</b> Correct the syntax, and retry. </p>
<b>File manager response:</b> Correct the syntax, and retry.  
</p>
{{Template:M204.0771 footer}}
{{Template:M204.0771 footer}}
<!-- skeleton as it was in pdf/'=' EXPECTED AFTER FIELD NAME /-->
<!-- skeleton as it was in pdf/'=' EXPECTED AFTER FIELD NAME /-->

Latest revision as of 00:13, 2 March 2018

M204.0771  "​=​" expected after field name

An INITIALIZE command has been issued for a file whose FILEORG parameter specifies a SORT, HASH, or RECSCTY option, but the character following the field name was not an equal sign (=). The only correct values following the field name are an equal sign followed by a decimal number. A correct example is:

INITIALIZE = SORTKEY = 8

File manager response: Correct the syntax, and retry.

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