M204.2377: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor formatting)
 
Line 1: Line 1:
{{Template:M204.2377 skeleton}}
{{Template:M204.2377 skeleton}}


<P>For one or more of the records in the sort just completed, the sum of the lengths of all key fields and the separator bytes is greater than 760 bytes. The sort key was truncated to 760 bytes. Only the first 760 bytes of
<P>
the composite key will be used by the sort. </P>
For one or more of the records in the sort just completed, the sum of the lengths of all key fields and the separator bytes is greater than 760 bytes. The sort key was truncated to 760 bytes. Only the first 760 bytes of the composite key will be used by the sort.  
 
</P>
{{Template:M204.2377 footer}}
{{Template:M204.2377 footer}}
<!-- skeleton as it was in pdf/KEY TOO LONG, SORT KEY HAS BEEN TRUNCATED TO 760 BYTES/-->
<!-- skeleton as it was in pdf/KEY TOO LONG, SORT KEY HAS BEEN TRUNCATED TO 760 BYTES/-->

Latest revision as of 22:20, 16 March 2018

M204.2377  Key too long​,​ sort key has been truncated to 760 bytes

For one or more of the records in the sort just completed, the sum of the lengths of all key fields and the separator bytes is greater than 760 bytes. The sort key was truncated to 760 bytes. Only the first 760 bytes of the composite key will be used by the sort.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages