3. Embedded QUEL for COBOL : Precompiling, Compiling, and Linking an EQUEL Program : Generating an Executable Program : Eqcbl Command Options
 
Share this page                  
Eqcbl Command Options
The following are eqcbl command options:
eqcbl file1
Preprocesses "file1.qcb" to:
UNIX: file1.cbl
VMS: file1.cob
eqcbl -l file2.xc
Creates listing "file2.lis" and preprocesses "file2.xcb" to:
UNIX: file2.cbl
VMS: file2.cob
eqcbl -s
Accepts input from standard input and write generated code to standard output
eqcbl -ffile3.out file3
Preprocesses "file3.qcb" to "file3.out"
eqcbl
Displays a list of available flags