This is for anyone with experience compiling Cobol programs using CICS on AIX (7.1).
I need to compile a few simple COBOL/CICS programs on AIX. The problem I'm having is on the link.
We run cob2 HELLO.cob and the compile is successful but the link step shows:
ld: 0711-317 ERROR: Undefined symbol: .CICSAPIWSADDRE
ld: 0711-317 ERROR: Undefined symbol: .CICSAPIE
ld: 0711-317 ERROR: Undefined symbol: .CICSAPIEDFINIT
Now obviously these symbols are in a library someplace, but where? I cannot find documentation to locate them and I've searched the IBM world for this.
Thank you for any help. If there is documentation on these symbols please point me to it.