CRHTC1656I compile error (802816)
Hello,
We get this error when trying a zOS COBOL DB2 compile. What does the code 802816 and/or EDC5092I errno2=0xc00b0162 last_op=43 errorCode=0x130018 mean?
* [antz:mvsexec] 2014-03-13 15:59:46,095 CRHTC1668I The mvsexec task CBLDB2C Integrated Compile Compuware - NEW FROM SCRATCH is about to call compiler CWPCMAIN with parameter NOAWO,NODYNAM,RENT,WORD(CICS),OFF,FLAG(I,W),SSR,CICS,SQL("APOSTSQL,NEWFUN(V9)"),SIZE(8192K),NOOPT,LIB,NOSQLCCSID and ddnameslist null.
* [antz:mvsexec] 2014-03-13 16:00:02,986 CRHTC1656I The return code from CBLDB2C Integrated Compile Compuware - NEW FROM SCRATCH was (802816) (hex. c4000).
* [antz:mvsexec] 2014-03-13 16:00:03,206 com.ibm.jzos.ZFileException: //DD:SYSPRINT: fopen() failed; EDC5092I An I/O abend was trapped.; errno=92 errno2=0xc00b0162 last_op=43 errorCode=0x130018
* 43599 INFO [main] org.apache.commons.httpclient.HttpMethodDirector - Authentication requested but doAuthentication is disabled
Thanks for any info.
(802816)
Accepted answer
Comments
Thank You Richard! I believe we came to the same conclusion 7 months ago - but I forgot to mark this post as fixed.
I'm running into the same problem (and Krzysztof this is most certainly an RTC EE usage question since the latter invokes the z/OS COBOL compiler). However, in my case, SYSADATA is not the culprit. I'm failing on the fopen of the SYSTERM DD with the exact same reason/error codes. Is there a way to look up what that error code means exactly (or can RTC make a better effort at displaying more meaningful error messages than partial/cryptic return codes without all of the additional info that usually accompanies those return codes (e.g. when compiling using JCL)?
I was able to get around my problem by converting my SYSTERM DD from a PDS to a Sequential file.
2 other answers
This is forum for CLM products. Are you sure that you have CLM related issue, not Cobol one?