CA IDMS batch jobs are abending with a S0C4 in module IDMSBLDR.
Environment
Release: Component: IDMS
Resolution
A S0C4 in IDMSBLDR can occur trying to modify the GLBLDMCL. This usually happens when the DMCL has been linked as RENT and all the libraries in the STEPLIB are APF authorized. The DMCL is not reentrant because we modify it so needs to be linked as NORENT. Either relink the GLDLDMCL as NORENT or make sure the STEPLIB Is not APF authorized by concatenating a non-APF library.