AIX + Cobol + CICS = Missing Symbols -
this experience compiling cobol programs using cics on aix (7.1).
i need compile few simple cobol/cics programs on aix. problem i'm having on link.
we run cob2 hello.cob , compile successful 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 these symbols in library someplace, where? cannot find documentation locate them , i've searched ibm world this.
thank help. if there documentation on these symbols please point me it.
please give compilations commands, issued on machine.
you can not run "cob2 sourcename". need other flags e.g. "cob2_r -qlib -bi:/usr/lpp/cics/lib/cicspribmcob.exp -e _iwz_cobol_main -l/usr/lpp/cics/lib -lsarpc -lpthreads -qapost -o hello.ibmcob hello.cbl". or can utilize "cicstcl -libmcob hello.ccp".
aix cobol cics
No comments:
Post a Comment