M204.1707: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add link) |
||
Line 1: | Line 1: | ||
{{Template:M204.1707 skeleton}} | {{Template:M204.1707 skeleton}} | ||
<P> | <P> | ||
The X'8000' mode bit has been set on a file load control statement to indicate that the field being loaded should begin a new record. The file being loaded is sorted or hashed and the field being loaded is <b>not</b> the | The X'8000' mode bit has been set on a file load control statement to indicate that the field being loaded should begin a new record. The file being loaded is sorted or hashed and the field being loaded is <b>not</b> the sort/hash key. </p> | ||
sort/hash key. </p> | |||
<ul> | <ul> | ||
<li>If the file is defined as sort/hash key <em>required</em> (FILEORG X'02' bit is on), the sort/hash key must begin each new record. </li> | <li>If the file is defined as sort/hash key <em>required</em> (<var>[[FILEORG parameter|FILEORG]]</var> X'02' bit is on), the sort/hash key must begin each new record. </li> | ||
<li>If the file is defined as sort/hash key <em>not required</em> (FILEORG X'02' bit is off), each record must begin | <li>If the file is defined as sort/hash key <em>not required</em> (<var>FILEORG</var> X'02' bit is off), each record must begin | ||
with the sort/hash key, or, if the sort/hash key will be omitted from the record, the field that begins the record must be loaded with the additional mode bit X'2000'. </li> | with the sort/hash key, or, if the sort/hash key will be omitted from the record, the field that begins the record must be loaded with the additional mode bit X'2000'. </li> | ||
</ul> | </ul> | ||
Line 13: | Line 12: | ||
<b>System manager response:</b> Contact the file manager. </p> | <b>System manager response:</b> Contact the file manager. </p> | ||
<p> | <p> | ||
<b>Operator response:</b> Contact the file manager. </p> | <b>Operator response:</b> Contact the file manager. | ||
</p> | |||
{{Template:M204.1707 footer}} | {{Template:M204.1707 footer}} | ||
<!-- skeleton as it was in pdf/SORT/HASH KEY MUST BE FIRST FIELD LOADED INTO NEW RECORD /--> | <!-- skeleton as it was in pdf/SORT/HASH KEY MUST BE FIRST FIELD LOADED INTO NEW RECORD /--> |
Latest revision as of 16:37, 12 March 2018
M204.1707 Sort/hash key must be first field loaded into new record
The X'8000' mode bit has been set on a file load control statement to indicate that the field being loaded should begin a new record. The file being loaded is sorted or hashed and the field being loaded is not the sort/hash key.
- If the file is defined as sort/hash key required (FILEORG X'02' bit is on), the sort/hash key must begin each new record.
- If the file is defined as sort/hash key not required (FILEORG X'02' bit is off), each record must begin with the sort/hash key, or, if the sort/hash key will be omitted from the record, the field that begins the record must be loaded with the additional mode bit X'2000'.
File manager response: Correct the fast load control statements, and resubmit the job.
System manager response: Contact the file manager.
Operator response: Contact the file manager.
Message attributes:
RETCODEO=24 | Sets online return code |
---|---|
RETCODEB=24 | 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 |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |