Converter compiling

Top  Previous  Next

Once the converter has been created and the eventual rules copybook has been defined, it must be compiled with your COBOL compiler.

With Microfocus COBOL

On Unix/Linux (Server Express):

cob -u <program>.cbl

On Windows (Net Express):

cbllink <program>.cbl

With ACUCOBOL

On Unix/Linux

ccbl -Ca <program>.cbl

On Windows (Net Express):

ccbl32 -Ca <program>.cbl

With OpenCOBOL

On Unix/Linux

cobc --conf=$XFRAMEHOME/etc/opencobol.conf <program>.cbl

On Windows (Net Express):

cobc --conf=%XFRAMEHOME%\etc\opencobol.conf<program.cbl>