[Migrated content. Thread originally posted on 05 May 2010]
we created a Acucobol shared object library called LIB1.lib using the cblutil command.Our runcbl command includes the -y option pointing to the LIB1.lib file. This works fine for our programs under Unix. We have the line CALL "FINDWK" USING F-DATE F-WEEK. This does not work for the program called through acuthin.
Is there a way we can reference the subroutine library by a program started through acuthin.exe?
Right now we compile some of the subroutines outside of the object library and call them by programs started through acuthin with the line CALL "/COBS/OBJECTS/FINDWK.acu" USING F-DATE F-WEEK.



