Source Format

The ACUCOBOL-GT Compiler recognizes two source program formats: ANSI and terminal. The ANSI format conforms to the standard COBOL source format. The terminal format is designed for ease-of-use when you are programming from an interactive terminal. It is upward compatible with VAX COBOL terminal format.

The selection of which format to use is made at compile time. See Source Formats for more information.