Specifies the format to use when creating indexed files.
>>-.---.--IDXFORMAT--"integer"------------->< +-/-+
integer | An integer representing the type to use.
|
Default: | IDXFORMAT"0" |
Phase: | Syntax check |
$SET: | Any |
Set to IDXFORMAT"integer" immediately by FILETYPE"integer".
Existing files in any of the given formats are processed correctly without the need for this directive. This directive controls the format used when creating new files.
Specifying 3 always causes the format used by this COBOL system to be created; if you specify 0, and you are using your program with a file handler from a different system, the default for that system is created.
Specifying 4 might make the files larger than their IDXFORMAT"3" equivalents.
Micro Focus Level II format files are compatible with Micro Focus products such as Level II COBOL, Professional COBOL V1.2, and VS COBOL Workbench versions up to and including V1.3.
You must not use the ANS85 directive to enable ANSI'85 behavior when using IDXFORMAT"2". However, you can use ANS85"SYNTAX" to enable ANSI'85 syntax.