Skip to main content

Problem:

cob -z on tictac.cbl produces an unsupported format .so file

Resolution:

You need to do like this sample:

cob -ze "" aaa.cbl bbb.cbl ccc.cbl -o abc.so

Now you can call abc.so with cobrun or from the main program by INITCALL.

Old KB# 2319