QUESTION POSED ON: 10 October 2003 I am trying to write a C program that calls a COBOL routine (either linked statically or using fetch() or EXEC CICS LOAD). I can get it working fine in z/OS batch but when I try to do it in CICS I get an 0C4 every time with whatever compile and link options I choose.
We are on z/OS release 1.2, CICS v6.2, LE370 for the C compiler and COBOL II for COBOL. Any ideas?
>
My understanding is that a batch-compiled COBOL program cannot be run within the CICS environment (however one invokes it). You will have to recompile the secondary program as a CICS program and then either XC LINK to it or use the Cobol dynamic linkages as you observe.
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.