cobext.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COBOL Dialect
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Use the COBOL Dialect dialog box to choose the dialect of COBOL
     syntax recognized by the compiler. The base dialect is ANSI 74
     with extensions.
 
     Option                          Dialect
 
     ANSI'85 without Nested Programs  ANSI'85 Standard syntax without
                                      nested program support.
 
                                      Command-line directive: ANS85
 
     ANSI'85 with Nested Programs     Support for nested programs.
 
                                      Command-line directive: NESTCALL
 
     IBM OS/VS COBOL                  IBM OS/VS COBOL syntax.
 
                                      Command-line directive: OSVS
 
     IBM VS COBOL II                  IBM VS COBOL II Release 3 syntax.
 
                                      Command-line directive: VSC2
                                    -♦-
                                    -♦-