After upgrading to release 7.2 of the CA Repository, do custom programs that call the IO module 'DBXVLI2' have to be relinked?
We recommend that you link the api module, and all its sub modules, in with your calling programs. The modules in question can be found in the <hlq>.CP$72LLD library is part of your
Repository 7.2 installation. In addition, it may be necessary to re-link your custom programs after applying Repository maintenance that results in a re-link of the DBEXCEL load module.
The link sysin will turn out to be:
//SYSIN DD *INCLUDE OBJLIB(AAAAAAA) INCLUDE CP$72LLD(DBXVLI2) INCLUDE CP$72LLD(DBXVLIO) INCLUDE CP$72LLD(DBXIO) INCLUDE CP$72LLD(DBXCODV) INCLUDE CP$72LLD(DBXMOVE) INCLUDE CP$72LLD(DBXEXIT) INCLUDE CP$72LLD(DBXMAP) INCLUDE CP$72LLD(DBXVCMD) INCLUDE CP$72LLD(DBXDYNM) INCLUDE CP$72LLD(DBXSIOS) INCLUDE CP$72LLD(DBXTRIM) INCLUDE CP$72LLD(DBXNUM) ENTRY BBBBBBBNAME CCCCCCC(R)/*
Where AAAAAAA is you program name, BBBBBBB is the entry name and CCCCCCC(R) is the name you want the final program to have.