M204.2864

From m204wiki
Jump to navigation Jump to search

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=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
NOTERMDoes not display the message on the user's terminal

Back to list of messages