Under COBOL 6.4 the Librarian file cannot be opened
PP 5655-EC6 IBM Enterprise COBOL for z/OS 6.4.
IGYLI0050-U An input/output error occurred while reading a library member.
The compilation was terminated.
Cobol V6.3 / V6.4
Librarian V4.4
Compile of a source containing COPY statements fails with error message when TEST option is used:
LAM406I ===> FAIRREC LOGIC ERROR; CONTACT CA-LIBRARIAN SUPPORT
It corrects the issue when IBM-introduced new call sequence inside the compiler (READ-BLDL-READ... rather than just READ-READ...) which
made the LAM subsystem lose context while READing from SYSLIB.
Re-run CAIRIM with parameter for LIB/AM:
Example below:
PRODUCT(CA-LIB44) VERSION(LJ44) INIT(LJ44INIT) PARM(REINIT)
Re-Init needs to be done to refresh LLA to be sure it points to the library with maintenance applied.