Previous Topic: FILL - FILL Command MessagesNext Topic: FLDS - FIELDS,  FLSH - FLUSH, FMTS - FORMATS Messages


FIND - FIND Command Messages

FIND001E The hex string must have an even number of hex digits

The hexadecimal format argument string does not have an even number of digits. Issue the command and string again, using an even number of hexadecimal digits.

FIND002E The hex string must contain only hex digits (0-9, and A-F)

The hex argument string contains nonhexadecimal digits. Issue the command and string again, using only hexadecimal digits.

FIND003W No previous argument available

The FIND command has been issued without an argument string or with an argument string of *, and no previous argument string is available for use. Issue the command again, using an argument string.

FIND004E Only two numbers (left and right bounds) can be part of a FIND command

The FIND command recognizes no more than two numbers as boundary delimiters. Issue the command again, using only two numbers.

FIND005E The string will not fit within columns <colnum> and <colnum>

The string specified will not fit within the start and end boundary columns specified. Readjust either the boundaries or the string, and issue the command again.

FIND006W No data available to search

There is no available data for the FIND command to search. Make sure you are issuing FIND on a screen that contains data, and issue the FIND command again.

FIND007W No data displayed

There is no data currently visible on the screen for the FIND command to search. This situation occurs only in the ISPF interface and only when none of the data is visible because of split screen. Use the ISPF split command to move the split screen line so that some scrollable data can be displayed. Reissue the FIND command.

FIND008I End of data reached

The end of data has been reached without finding a match for the argument string. Because the search did not start at the beginning of the data, not all data has been searched. Entering the FIND command with no parameters will repeat the search, starting at the beginning of data. If the end of data is reached again, the string is considered not found and message FIND012I is displayed. Issue the command again to repeat the search at the beginning of data.

FIND009I Top of data reached

The top of data has been reached without finding a match for the argument string. Because the search did not start at the end of data, not all data has been searched. Entering the FIND command with no parameters will repeat the search, starting at the end of data. If top of data is reached again, the string is considered not found and message FIND012I is displayed. Issue the command again to repeat the search at the end of data.

FIND010I Find limit (<lim>) exceeded. Enter FIND with no parms to continue.

The number of lines specified in the find limit was exceeded and a match was not found during the execution of the FIND command. Issue the FIND command with no parameters to continue the search. You can change the default find limit by using the PROFILE GENERAL command or the SET FINDLIMIT command. You can change the find limit for a single FIND command by using the LIMIT keyword on the FIND command.

FIND011I Found <keyword string> found in <columns>

The search for <keyword string> is successful. <keyword> can be first, last, next, previous or <n>. <string> can comprise characters, hexadecimal digits, a picture, or text. <columns> can be the column number or a range of columns.

FIND012I No <keyword string> found in <columns>

The search for <keyword string> is unsuccessful. <keyword> can be characters, a prefix, suffix, or word. <string> can be characters, hexadecimal digits, a picture, or text. <columns> can be a column number or range of columns.

FIND013I Find terminated by ATTN. Enter FIND with no parameters to continue

The FIND command has terminated prematurely because either the ATTN or PA1 key was pressed.

FIND014E The string will not fit within the <fldname> field

The search argument string is longer than the indicated field. Reissue the FIND command, specifying a shorter search argument string.

FIND015E Boundary column invalid, field <fldname> already specified

A field name and boundary column are mutually exclusive.

FIND016E Field name '<fldnam>' invalid with boundary column(s)

A field name and boundary column are mutually exclusive.

FIND017E Field name '<fldnam>' not found

The specified field name was not found in the current screen format.

FIND018W Find not supported when a plot is displayed

The FIND command is not supported on a PLOT command display.

FIND019E <arg not found>

Informational only.

FIND020E Value required for <kwd> keyword

Informational only.

FIND021E Invalid <kwd> value, not numeric

Informational only.