How can you submit a job through cobol program?

Showing Answers 1 - 6 of 6 Answers

udaya00

  • Jun 12th, 2007
 

you can not submit job (batch or online) thru cobol program.
but u can use cobol pgm in either batch or online applications.

  Was this answer useful?  Yes

Arnab

  • Aug 7th, 2007
 

Hi,
You can submit a job from a cobol pgm.

Write JCL cards to a dataset with //xxxxxxx SYSOUT= (A,INTRDR) where 'A' is output class, and dataset should be opened for output in the program. Define a 80 byte record layout for the file.
INTRDR is a internal reader that can be used to submit jobs to JES2 .

Thanks.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions