When executing the Optimizer/II JCL member OX85DEMO to verify the installation the demo program fails with the following messages
07.47.33 JOB17515 IKJ56228I DATA SET CAI.PROTSYM NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED
07.47.33 JOB17515 IKJ56228I DATA SET CAI.PRTLIB NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED
Datasets CAI.PROTSYM and CAI.PRTLIB do not exist on the LPAR.
Z/OS
Optimizer/II r 8.5
The Execution-time options were not configured at installation time and the default dataset names CAI.PROTSYM and CAI.PRTLIB names were used.
The Optimizer/II execution time options member CAOUDFRX needs to be configured to point to the sites PROTSYM and PRTLIB dataset names and not the default names.
The CAOUDFRX options are outlined in appendix A of the Optimizer/II installation Guide topic Execution-Time. The JCL to assemble and linkent the option is located in PDS HLQ.CARXJCL(CAOUDFRX).
Parameter CAOUSYM dsname controls the PROTSYM file allocation. The deafult PROTSYM name is CAI.PROTSYM.
Parameter PRTLIB= Specifies the name of the central VSAM repository to which to write the dump to. The default repository name is CAI.PRTLIB.