|
|
| Author |
Message |
RAJESHKHANNA.R
New User
Joined: 13 Feb 2004 Posts: 1 Location: TRICHY
|
|
|
|
WHETHER SEARCH COMMAND IS USED IN SEQUENTIAL FILES OR
INDEXED FILES PLEASE PROVIDE DETAILS. |
|
| Back to top |
|
 |
References
|
Posted: Fri Feb 13, 2004 4:31 pm Post subject: Re: FILE SEARCHING |
 |
|
|
 |
anuradha
Global Moderator
Joined: 06 Jan 2004 Posts: 257
|
|
|
|
hi RAJESHKHANNA,
SEARCH is used in following cases:
The SEARCH statement is used to search a table for an element that satisfies a known condition.not like whether used in sequential files or indexed files.
The SEARCH statement allows you to perform a sequential search of a table. The OCCURS clause of the table description entry must contain the INDEXED BY phrase. If more than one index is specified in the INDEXED BY phrase, the first index is the controlling index for the table search unless you specify otherwise in the SEARCH statement.
THANKS AND REGARDS
ANU |
|
| Back to top |
|
 |
|
|