Use the ACUCOBOL-GT cblutil utility to combine multiple ACUCOBOL-GT objects into one ACUCOBOL-GT object library. This is not the same as HP linking. It is useful if you want to combine all of your objects into one file so that you don't have a lot of separate objects.
For example:
:cblutil "-lib –v –o OBJLIB OBJECT1 OBJECT2 OBJECT3"
:RUN /ACUCOBOL/bin/runcbl;INFO="OBJLIB"
:runcbl "OBJLIB"
See Object File Utilities-cblutil for more information.