jutil [-e=encryptionKey]-info jisamFile [-x]-shrink jisamFile-check jisamFile-rebuild jisamFile [A] [F]-getimg jisamFile-gen [fileList outputDirectory]
• encryptionKey is the key to decrypt encrypted files.
• jisamFile is the name of the JISAM file to which the utility refers.
• sequentialFile is the name of a binary or line sequential file.
• imageString is a sequence of digits
• fileList is a text file.
• outputDirectory is an existing and writable directory.
• Note - JUTIL doesn’t support files whose record is larger than 64KB.
Imports data from sequentialFile to jisamFile. JisamFile must exist. The data read from sequentialFile is appended to the existing records in JisamFile. If a unique key violation occurs, then the third parameter is evaluated. If “U” was passed, then the record is rewritten, otherwise the duplicated record read from sequentialFile is skipped. Imports data from line sequentialFile to jisamFile. jisamFile must exist. The data read from sequentialFile is appended to the existing records in JisamFile. If a unique key violation occurs, then the third parameter is evaluated. If “U” was passed, then the record is rewritten, otherwise the duplicated record read from sequentialFile is skipped. Imports data from the sequentialFile generated by Recover2 RM utility to the jisamFile. jisamFile must exist. The data read from sequentialFile is appended to the existing records in JisamFile. If a unique key violation occurs, then the third parameter is evaluated. If “U” was passed, then the record is rewritten, otherwise the duplicated record read from sequentialFile is skipped. Compresses jisamFile by removing deleted records. Returns a string representing file characteristics. See Image String format below for details about the string format. Generates a new JIsam file according to the given image string. See Image String format below for details about the string format. Creates a new empty JIsam file. See JIsam file generation for details.
Note - Rebuilding (-rebuild) or shrinking (-shrink) a file with the wrong encryption key may garble the file content permanently. Pay particular attention when you use -rebuild and -shrink on encrypted files.
• MaxRecSize is a five-digit number representing the maximum record length.
• MinRecSize is a five-digit number representing the minimum record length.
• NumKeys is a three-digit number representing the number of keys in the file.
• NumSegs is a two-digit number representing the number of segments in a key.
• Dups is a one-digit number representing the duplicate flag of a key. 0 means that duplicates are not allowed, 1 means that duplicates are allowed.
• SegSize is a three-digit number representing the size of a segment in a key.
• SegOffset is a five-digit number representing the offset of a segment in a key.SegSize and SegOffset are repeated for each segment of the keyNumSegs, Dups and segments description are repeated for each keyNote - spaces in are shown to improve readability, they are not part of the format. Fields in the first pair of brackets are repeated for each key, fields in the second pair of brackets are repeated for each segment of the key.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |