Module name %1 does not match outermost PROGRAM-ID name %2. Accepted.
10
Cause . . . . . : The module object or program object name specified on the CRTCBLMOD or CRTBNDCBL CL commands does not match the program name specified in the outermost COBOL program's PROGRAM-ID paragraph. This difference may lead to binding errors.
Recovery . . . : Make sure the PROGRAM-ID name of the outermost COBOL program matches the module object or program object name.