About CA Optimizer R7.0 and CA Optimizer/II R8.5 Runtime
search cancel

About CA Optimizer R7.0 and CA Optimizer/II R8.5 Runtime

book

Article ID: 91775

calendar_today

Updated On:

Products

Optimizer/II

Issue/Introduction

The customer is using the CA Optimizer R7.0. And, they have a plan to install only the CA Optimizer/II R8.5 Runtime because the CA Optimizer R7.0 Runtime is DROP support.
After they installed the FMID(CRX8500), what kind of installation process do they need ?

When we replace the CA Optimizer R7.0 Runtime with the CA Optimizer/II R8.5 Runtime, what kind of system definition do we need ?

Environment

z/OS

Resolution

When you install only the CA Optimizer/II R8.5 Runtime component(CRX8500), the CA Optimizer/II.CAILIB and the CA Optimizer/II.CARXLOAD is created. But there is no member in the CA Optimizer/II.CAILIB.
And, if you need the compile function of the CA Optimizer R7.0, you need the the CA Optimizer.CAILIB and the CA Optimizer.CAILPA.
In this case, you need the following 3 libraries. Please register as follows.

LINKLIST;
Optimizer/II.R85.CARXLOAD
Optimizer.R70.CAILIB

LINKLIST or LPA;
Optimizer.R70.CAILPA

CA Common Services (CAIRIM) initialization;
 PRODUCT(CA-OPTIMIZER/II) VERSION(OX85) INIT(RX85INIT)
 PRODUCT(CA-OPTIMIZER) VERSION(OM70) INIT(RX30INIT)   <= Please Remove

LMPKEY;
 CA Optimizer   - Prod(OM) - Compile & Runtime.      <= If you need Optimizer compile function.
 CA Optimizer/II - Prod(RX) - Runtime only.           <= You can not compile with Optimizer/II.