ismvfy

Verify structure of an ISAM file (Revision 4 or higher)

WSupported on Windows
USupported on Unix

 

NSupported in Synergy .NET
Note

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:

b

Display bucket usage statistics. (Equivalent: isutl -vb)

c

Give approximate compression saving for noncompressed ISAM files. (Equivalent: isutl -c)

l

Don’t require exclusive access during verification. (Equivalent: isutl -vl)

n

Verify the index only. (Equivalent: isutl -vn)

v

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.

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.