isgoto

goto a given ISAM record number

SYNOPSIS

int isgoto( int isfd, long recnum );

isfd isam file identifier
recnum an existing active record number

RETURN

SUCCESS, or a negative value on error, in which case the error code is found in iserrno.

NOTES

isgoto will locate the specified record in the current index, making it the current index location.