When the output file is NetCOBOL indexed file, this property specifies the compression of the index key.
Syntax
object.FjcobKeyCompression = boolean
object
This specifies object expressions that define references to objects.
boolean
This sets whether to compress the index key. As for values to be set, refer to the following setting value.
Setting value
Setting values of the FjcobKeyCompression property are as follows.
Setting value | Meaning |
---|---|
True | The index key is compressed. (Default value) |
False | The index key is not compressed. |
Description
This sets the compression of the index key when the output file is NetCOBOL indexed file (OutputFileType=3).
When this specification is omitted, the index key is compressed.
Note
The COBOL file system is required to process NetCOBOL files.