Locates data or fields.
Syntax:
FIND
fromstr
[FIRST|LAST|NEXT|PREV|ALL]
[WORD|PREFIX|SUFFIX|CHAR|FIELD]
[label1 label2]
[lcol rcol]
[X|NX]
Syntax Description:
Specifies the from string. Enter a string in one of the following formats:
(C'ccc')
(T'ccc')
X'xx'
P'ppp'
PL'vvv'
(UC'ccc')
(UT'ccc')
Starts search at the beginning of the data set, and locates the first occurrence of fromstr.
Starts search at the end of the data set, and locates the last occurrence of fromstr.
Starts from the current cursor position, and locates the next occurrence of fromstr.
Starts from the current cursor position, and locates the previous occurrence of fromstr.
Locates all occurrences of fromstr.
Locates only complete words in the fromstr.
Locates only words that begin with the fromstr.
Locates only words that end with the fromstr.
Locates the fromstr in any part of a word.
Locates the fromstr in any part of a field name when displaying formatted records.
Specifies the start point in a range of lines to which the FIND command is applied.
Specifies the end point in a range of lines to which the FIND command is applied.
Specifies the leftmost column in which fromstr can appear. If rcol is not also specified, fromstr must begin in lcol.
Specifies the rightmost column in which fromstr can appear.
Only excluded lines should be searched.
Excluded lines should not be searched.
Alias: F
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|