Page 1 of 1

Executing COBOL-DB2 Program

PostPosted: Tue Aug 04, 2009 6:02 am
by hayt.main
Hi, Can someone help with how to execute a cobol-db2 program... with example cobol-db2 program and step by step procedure. I am beginner so please need help :)

Re: Executing COBOL-DB2 Program

PostPosted: Tue Aug 04, 2009 6:56 am
by dick scherrer
Hello,

If you have a system to run on you should talk with someone who already executes cobol-db2 programs on that system. Everything you need is site-specific and is already available on that system.

In general, the standard compile process should be used which will pre-compile the code (cobol and sql), compile the code, link the compiled code, and bind the cobol code to the sql code. Alll of the jcl, libraries and control statements have been determined for your system.