Question:
Why am I getting a syntax error from the CAS9 init process? The init parm is CA-LIBRARIAN INITIALIZATION ERROR - INVALID PARAMETER SPECIFIED RC=0008 PRODUCT(CA-LIBR) VERSION(LJ44) INIT(LJ44INIT) PARM(REINIT,NAME=LAMA).
Environment:
Librarian V4.4
Answer:
If you do not have an existing SUBSYS named LAM up and running, then you will need to change the following CAIRIM statement from
PRODUCT(CA-LIBR) VERSION(LJ44) INIT(LJ44INIT) PARM(REINIT,NAME=LAMA)
to
PRODUCT(CA-LIBR) VERSION(LJ44) INIT(LJ44INIT) PARM(INIT,NAME=LAMA)
The reason why is because the default function is INIT and the default subsystem name is LAM. By default Librarian will try to initialize LAM.
Additional Information:
This is covered in the Installation Guide Chapter 8 Configuring Your Product.