Page 1 of 1

Compiler Option sample

PostPosted: Fri Apr 20, 2012 11:22 am
by jaggz
Hi All,

I am looking for a sample DB2+COBOL+CICS compilers for my Program testing. I tried with below sample but I end up with saying DB2CICS is not found.

DB2CICS  EXEC DB2CICS


I believe DB2CICS is not in our installation. Our DB2 version is 8.1, CICS 3.1 and COBOL 4.1. Could anyone please point me to a manual which has a sample Compiler for the CICS,DB2 and COBOL together ?

Jaggz

Re: Compiler Option sample

PostPosted: Fri Apr 20, 2012 11:29 am
by BillyBoyo
I don't think you mean "Compiler" I think you mean proc-which-invokes-the-compiler-and-other-stuff-needed?

Best thing to do is to ask at your site, as there will be a standard one there.

Re: Compiler Option sample

PostPosted: Fri Apr 20, 2012 11:37 am
by jaggz
Dear Billy,

"I think you mean proc-which-invokes-the-compiler-and-other-stuff-needed?"

This is the first time we are using it, so if some pointers like PROC structure would help me in Searching the system libraries or writing a own proc based on the sample.

Jaggz

Re: Compiler Option sample

PostPosted: Fri Apr 20, 2012 11:41 am
by BillyBoyo
Well, I think the documentation for DB2 is your most likely bet. I'd expect CICS examples in the CICS documentation, certainly Cobol examples are in the Cobol documentation. You could browse the proclib for likely names, and then google any that you find.