Positions the logical record pointer to the relative record number according to the key sequence in a KSAM file.
Operation Notes |
 |
Split stack calls are permitted.
This intrinsic does not read the advance flag. It sets both the logical record pointer and the physical pointer to the appropriate record. When its function is complete, it sets the advance flag to FALSE.
When the relative record number is specified, be sure not to confuse this number with the physical record number (the number of the record as it is stored in the file). The relative record number is based on the value of a specified key, not its location in a file.
If FFINDN is used to position the pointer before calling another procedure that reads or updates the file in a shared environment, FLOCK must be called before calling FFINDN. After performing the read or update operation, unlock the file. If the file is locked after calling FFINDN, another user can change the pointer position without your program being aware of it.