M204.0772: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.0772 skeleton}} | {{Template:M204.0772 skeleton}} | ||
<P> | <P> | ||
An INITIALIZE command has been issued for a file whose FILEORG parameter specifies either the SORT, HASH, or RECSCTY option, but the character following the field name was not a left parenthesis (<b>(</b>). The only valid | An <var>INITIALIZE</var> command has been issued for a file whose <var>FILEORG</var> parameter specifies either the SORT, HASH, or RECSCTY option, but the character following the field name was not a left parenthesis (<b>(</b>). The only valid | ||
information following the field name is field attributes within parentheses. A correct example is: </P><P class="code">INITIALIZE SORT IO (KEY,FRV) </P> | information following the field name is field attributes within parentheses. A correct example is: </P> | ||
<p><b>Response:</b> Correct and retry. See [[Initializing files#INITIALIZE command|INITIALIZE command]] for a discussion of the correct syntax. </p> | <P class="code">INITIALIZE SORT IO (KEY,FRV) </P> | ||
<p> | |||
<b>Response:</b> Correct and retry. See [[Initializing files#INITIALIZE command|INITIALIZE command]] for a discussion of the correct syntax. | |||
</p> | |||
{{Template:M204.0772 footer}} | {{Template:M204.0772 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:14, 2 March 2018
M204.0772 "(" expected after field name
An INITIALIZE command has been issued for a file whose FILEORG parameter specifies either the SORT, HASH, or RECSCTY option, but the character following the field name was not a left parenthesis ((). The only valid information following the field name is field attributes within parentheses. A correct example is:
INITIALIZE SORT IO (KEY,FRV)
Response: Correct and retry. See INITIALIZE command for a discussion of the correct syntax.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |