


-a Causes all warning messages to be displayed. This will include messages about COBOL constructs declared "obsolete" by the ANSI standard and certain COBOL constructs that may be machine-dependent. Normally, these messages are not displayed.
-e This option must be followed by a file name (as the next separate argument). When specified, this option causes the error listing to be written to the specified file instead of the screen. This file is removed if no errors are found.
-o This option must be followed by a file name (as the next separate argument) which becomes the name of the object file instead of "source-name.acu". This file is removed if the compiler detects errors in the source.
-v This option has multiple applications:
-x This causes the CBLFLAGS environment variable to be ignored. This is described in detail in section 2.1.14.
More: