Problem:
We are compiling under Server Express, using cob -iv, and idy files are being created. These are filling up our temp directory, and we do not use them. How can we without creating the .idy files?
Resolution:
These files are created at compile time. To stop these from being created, you can set the NOCSI directive.
N.B - this directive is only included in Server Express products from 4.0 onwards, for backwards compatibility, as described in the documentation:
CSI
This directive is reserved for internal use by this COBOL system. Because it might appear in the list of settings, it is included for completeness. It is not intended for your use, and its setting should not be changed.
Syntax:
>>-.---.-.----.--CSI-----------------------><
-/- -NO-
Parameters:
None
Properties:
Default: CSI
Phase: Syntax check
$SET: Initial
Dependencies:
CSI sets ANIM at end.
