I’ve installed COBOL v5.2 into our zOS v1.13 system, ahead of installing zOS v2.1 later this year. The product has been installed into its own SMP/E zones.
Everything appears OK apart from the IVP job IGYWIVP1, as supplied in hlq.HADB520.F3(IGYWIVP1) relfile. This fails in the Linkedit step with following unresolved references:
Code: Select all
IEW2278I B352 INVOCATION PARAMETERS - LIST,XREF,LET,MAP
IEW2456E 9207 SYMBOL IGZXBST1 UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL IGZXPRS UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL IGZXCMSG UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL IGZXDSP UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL IGZXTREC UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL IGZXRT1 UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL IGZXCRST UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL CEESG004 UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
I believe that I’ve followed the installation steps correctly and to the letter.
Any idea what might be missing, or where these modules can be?
The second IVP job - IGYWIVP2 - (compile and go) works fine.