M204.2864
M204.2864 Full search of ordered index performed for field: token
Pattern optimization cannot be performed; the entire Ordered Index is searched. To perform pattern optimization, the following conditions must be met:
- The pattern and all of its members do not begin with set characters (parentheses), range characters (hyphens), or hexadecimal value 'FF'.
- No wildcard, placeholder, numeric digit, or alphabetic pattern characters (
* + # @
) begin the pattern or any of its members.
Since message M204.2864 is issued at pattern evaluation time and will be issued each time the pattern is evaluated for each segment of the file, you might want to remove the overhead of issuing the message entirely. Issue the following command to minimize the amount of CPU used:
MSGCTL M204.2864 NOACTION
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' 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 |
NOTERM | Does not display the message on the user's terminal |