Hi,
In server express we are using "cob32 -C nolist -vz EDMS_Service.o" command for compilation and .so file is getting generated also successfully executed through COBOL.
Now in Visual COBOL
we tried to generate .so file using below 2 commands with both the command COBOL is not able to load .so getting error code =198.
cob64-C nolist -vz EDMS_Service.o --> With this file is getting generated without .so extension.
cob -xve "" -o EDMS_Service.so -C xopen EDMS_Service.o --> With .so file is getting generated but while execution getting load error =198.
Can please help us with command to get correct .so file ?



