3. Embedded QUEL for COBOL : Precompiling, Compiling, and Linking an EQUEL Program : The COBOL Compiler--VMS
 
Share this page                  
The COBOL Compiler--VMS
The preprocessor generates COBOL code. You should use the VMS cobol (VAX-11 C) command to compile this code.
The following example preprocesses and compiles the file "test1." Both the EQUEL preprocessor and the COBOL compiler assume the default extensions.
$ eqcbl test1
$ cobol/list test1
Note:  Check the Readme file for any operating system specific information on compiling and linking EQUEL/COBOL programs.