Skip to content

Usage Manual

yutaro-sakamoto edited this page Aug 29, 2023 · 3 revisions

Detailed usage manuals are under construction.

Here, the way to compile and run sample programs in sample/ is provided.

  1. Move to sample/ directory using cd command
  2. Copy sqlca.cbl in ../copy/ to the current directory.
  3. Precomple sample programs.
ocesql INSERTTBL.cbl INSERTTBL.cob
ocesql FETCHTBL.cob FETCHTBL.cob
  1. Compile generated COBOL programs with opensource COBOL 4J.
cobj INSRTTBL.cob FETCHTBL.cob
  1. Execute programs
java INSERTTBL
java FETCHTBL
Clone this wiki locally