Compiler options | |
-efa -efd | Generate EFD dictionaries required by several tools and file handlers |
-efc | Generate ISS dictionaries required by c-tree in order to link files to the SQL Engine |
-ef | Generate error files that include the list of errors and warnings returned by the Compiler |
-jj -jc | When used together, the intermediate Java source is left on disk |
-ld -lf | Generate list files that include the source code and all the copybooks |
Compiler configurations / directives | |
iscobol.compiler.easydb=1 $SET “easydb” “1” | Generate bridge programs that allow to use COBOL I/O statements on a RDBMS |
iscobol.compiler.easylinkage=1 $SET “easylinkage” “1” | Generate a bridge program that allows your COBOL program to be called from Java programs |
iscobol.compiler.servicebridge=1 $SET “servicebridge” “1” | Generate bridge classes that allow your COBOL program to be called via WebService technology |