Problem:
The client just installed CA Optimizer/II r 8.5. When the client attempts to compile a COBOL program using the ISPF panel in the foreground the job fails with
CSV003I REQUESTED MODULE IGYCDOPT NOT FOUND
CSV028I ABEND806-04 JOBNAME=TEC0J0G STEPNAME=IKJACCNT
Environment:
Z/OS
Cause:
The wrong library was specified on the ISPF panel for entry
COBOL Load Library ===> 'CEE.SCEERUN'
The client pointed to the LE runtime library and not the COBOL load library.
Resolution:
The client needs to points to the COBOL load library that contains load module IGYCDOPT.
For example at CA we currently test with Enterprise COBOL 4.2.2. The library I specify in my compile JCL is
SYS1.COBOL.V4R2M0.MAINT.SIGYCOMP
When I browse that load library is see module IGYCDOPT.
Name Prompt Alias-of Size TTR AC AM RM .
IGYCDOPT 00000100 007B14 00 31 ANY .
So for the compiler you are using you need to locate the load library that contains IGYCDOPT module and enter that library to panel entry below. For example
COBOL Load Library ===> SYS1.COBOL.V4R2M0.MAINT.SIGYCOMP