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