AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only

Compiling simple COBOL/CICS program on AIX

  • 1.  Compiling simple COBOL/CICS program on AIX

    Posted Tue June 17, 2014 06:29 PM

    Originally posted by: mr270


    I need to compile a few simple COBOL/CICS programs on CICS. The problem we are 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.

    Thank you for any help. If there is documentation on these symbols please point me to it.


    #AIX-Forum