ismvfy
Verify structure of an ISAM file (Revision 4 or higher)
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
|
The ismvfy utility was deprecated in Synergy/DE version 10.1. It is now just a front end for isutl, and we recommend that you use isutl instead. See isutl -v. |
ismvfy [-option] filename[, ...]
option
One or more of the following:
Display bucket usage statistics. (Equivalent: isutl -vb)
Give approximate compression saving for noncompressed ISAM files. (Equivalent: isutl -c)
Don’t require exclusive access during verification. (Equivalent: isutl -vl)
Verify the index only. (Equivalent: isutl -vn)
Print key values (verbose mode). (Equivalent: isutl -m3)
Display the percentage that has been verified for each key. (Equivalent: isutl -%)
filename
The name of the ISAM file(s) whose structure you want to verify. The default extension is .ism.
Discussion
An error occurs if you use pre-Revision-4 files with ismvfy. You can use isutl -p to patch such files to the latest revision.