Page 1 of 1

How to submit a job from cobol Program

PostPosted: Sat Nov 01, 2008 8:02 am
by luckjoy
How to submit a job from a COBOL program ?

Re: How to submit a job from cobol Program

PostPosted: Sat Nov 01, 2008 8:08 am
by dick scherrer
Hello,

Jobs are not submitted from COBOL programs, they are submitted thru jcl.

If a cobol program writes a file of jcl to the "internal reader", that causes the job to be submitted. It really has nothing to do with cobol - it could also be done with some utility.