We are running DB2 v6 with a DB2-established stored procedure address space. We have a cobol stored procedure (SP) that needs to call a cobol subroutine (not a SP). So far we have found that we can put the load module for the subroutine in the SP loadlib that is in the startup jcl for the SP address space. Is this normal or is there a better way to enable the ability to call these subroutines?