cobol2.hlp (Table of Contents; 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.
Compiler (↑ Command Lines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Component:    Compiler
 
  Function:     Converts COBOL source to intermediate or native code,
                optionally creating listing files for source and/or
                native code.
 
  Syntax:
 
  ─COBOL─┬────────────────────────────────────────────────────────────┬
           └─src-name┬──────────────────────────────────────┬┬──────┬┬─┬┘
                     └,─┬────────┬─┬────────────────────────┤└─dirs─┘└;┘
                        └obj-name┘ └,─┬────────┬─┬──────────┤
                                      └src-list┘ └,─obj-list┘
 
  Parameters:   src-name         Source file.
                obj-name         Object file.
                src-list         File for source listing.
                obj-list         File for object code listing.
                dirs             Compiler directives.
 
                See also Compiler directives
                                    -♦-