Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Übersetzen des COBOL-Programms unter der BS2000- Kommandooberfläche

&pagelevel(4)&pagelevel

In diesem Beispiel liegt das COBOL-Quellprogramm in der LMS-Bibliothek SRC.LIB, die JCI-COPY-Elemente aber im POSIX-Verzeichnis /myjava/include.

Zum Übersetzen sind daher folgende Kommandos notwendig:

/DECL-VAR SYSIOL-COBLIB,INIT='*POSIX(/myjava/include)',
SCOPE=*TASK
/START-COBOL2-COMP SO=*LIB(SRC.LIB,HELLO.COB),
SOURCE-PROPERTIES=*PAR(ST-DEV=*YES),
COMPILER-ACTION=*MOD-GEN(MOD-FORM=*LLM),
MODULE-OUTPUT=*LIB(MOD.LIB,HELLO),
RUNTIME-OPTIONS=*PARAMETERS(ENABLE-UFS-ACCESS=*YES)