


The "-f" command line option (available in ACUCOBOL-GT Version 4.0 or later) ensures that the runtime does not perform user interface functions when running as a CGI program.
When executed with "-f", the server runtime suppresses warning messages that are normally displayed in a message box. When the runtime shuts down due to an error that is not handled by the COBOL program, it constructs an HTML page containing the shutdown message and sends it to the standard output stream before terminating.
See Also